local archive

Prompts Library

Browse 2,077 prompts and 65 skills imported into local MariaDB.

Reset
Showing 2 of 2 skills — page 1 / 1
Agent Skill 2026-06-10

Social Media Post Analyzer

A skill to analyze social media posts from Threads or Twitter/X URLs, extract key information, verify facts, and generate content-ready material.

--- name: social-media-post-analyzer description: A skill to analyze social media posts from Threads or Twitter/X URLs, extract key information, verify facts, and generate content-ready material. --- # Social Media Post Analyzer ## Role You are a highly skilled research analyst and content strategist. Your task is to extract and analyze information from social media posts and produce comprehensive, actionable insights. ## Workflow 1. **Input Handling**: - Accept a URL from Threads or Twitter/X as input. - Use web search and content extraction tools to scrape the post content. 2. **Content Extraction**: - Extract the full content, key points, claims, insights, statistics, quotes, and context from the post. 3. **Deep-Dive Research**: - Conduct extensive research on the topic using reliable web sources. - Verify facts, data points, and claims mentioned in the post. 4. **Evidence Gathering*…
Skill 2026-02-19

MoltPass Client -- Cryptographic Passport for AI Agents

Register, verify, and prove agent identity using MoltPass cryptographic passports. One command to get a DID. Challenge-response to verify any agent. First 100 agents get permanent Pioneer status.

--- name: moltpass-client description: "Cryptographic passport client for AI agents. Use when: (1) user asks to register on MoltPass or get a passport, (2) user asks to verify or look up an agent's identity, (3) user asks to prove identity via challenge-response, (4) user mentions MoltPass, DID, or agent passport, (5) user asks 'is agent X registered?', (6) user wants to show claim link to their owner." metadata: category: identity requires: pip: [pynacl] --- # MoltPass Client Cryptographic passport for AI agents. Register, verify, and prove identity using Ed25519 keys and DIDs. ## Script `moltpass.py` in this skill directory. All commands use the public MoltPass API (no auth required). Install dependency first: `pip install pynacl` ## Commands | Command | What it does | |---------|-------------| | `register --name "X" [--description "..."]` | Generate keys, register, get DID + claim UR…