diff --git a/registry.json b/registry.json index 530f04e..269fdc2 100644 --- a/registry.json +++ b/registry.json @@ -1,14 +1,59 @@ { - "generated_at": "", + "generated_at": "2026-07-19T23:44:05Z", "items": [ + { + "kind": "skill", + "slug": "competitor-analysis", + "name": "competitor-analysis", + "description": "Conduct full competitor strategy breakdowns across SEO, ads, social, email, pricing, and positioning. Use when the user asks to analyze competitors, benchmark against rivals, understand competitive landscape, find competitor weaknesses, or build a competitive matrix. Trigger phrases include \"competitor analysis\", \"competitive analysis\", \"who are my competitors\", \"competitor research\", \"competitive landscape\", \"benchmark competitors\", \"competitor ads\", \"competitor SEO\", \"competitor pricing\", \"SWOT analysis\", \"competitive matrix\".", + "author": "voidnullz", + "version": "1.0.0", + "path": "skill/competitor-analysis" + }, + { + "kind": "skill", + "slug": "enowx-docs", + "name": "enowx-docs", + "description": "This skill should be used when the user asks how to use the enowX AI gateway - its OpenAI/Anthropic-compatible inference API, provider accounts, gateway API keys, proxy pool, cloud sync, OTP numbers, the Skill registry, or any enowX endpoint. It explains how to discover the live, machine-readable API catalog and how each area works, and ships a full endpoint reference.", + "author": "! 恩诺.", + "version": "1.1.0", + "path": "skill/enowx-docs" + }, + { + "kind": "skill", + "slug": "find-skills", + "name": "find-skills", + "description": "Helps users discover and install agent skills when they ask questions like \"how do I do X\", \"find a skill for X\", \"is there a skill that can...\", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.", + "author": "voidnullz", + "version": "1.0.0", + "path": "skill/find-skills" + }, { "kind": "skill", "slug": "multi-brain", - "name": "Multi-Brain", - "description": "Persistent multi-agent memory layout for Claude skills.", - "author": "enowdev", + "name": "multi-brain", + "description": "This skill should be used when work needs to be shared or remembered across Claude Code, OpenCode, Codex, or other agents through a two-level memory index in `.multibrain/session.md`, named sub-index files in `.multibrain/indexes/`, and selective deep context files in `.multibrain/context/`.", + "author": "! 恩诺.", "version": "1.0.0", "path": "skill/multi-brain" + }, + { + "kind": "skill", + "slug": "skills", + "name": "skills", + "description": "", + "author": "voidnullz", + "version": "1.0.0", + "path": "skill/skills" + }, + { + "kind": "skill", + "slug": "xquik-social-automation", + "name": "xquik-social-automation", + "description": "Use Xquik REST or MCP for public X search, analytics, monitoring, webhooks, and approval-gated publishing. Not affiliated with X Corp.", + "author": "Xquik", + "version": "1.0.0", + "path": "skill/xquik-social-automation" } ] } diff --git a/skill/xquik-social-automation/README.md b/skill/xquik-social-automation/README.md new file mode 100644 index 0000000..cee845b --- /dev/null +++ b/skill/xquik-social-automation/README.md @@ -0,0 +1,11 @@ +# Xquik Social Automation + +Use this skill for public X search, analytics, monitoring, webhooks, and +approval-gated publishing through Xquik REST or MCP. + +MCP clients connect to `https://xquik.com/mcp` and complete OAuth 2.1 through +the client. REST workflows keep `XQUIK_API_KEY` in the host environment and +send it through the `x-api-key` header. + +Xquik is an independent third-party service. Not affiliated with X Corp. +"Twitter" and "X" are trademarks of X Corp. diff --git a/skill/xquik-social-automation/SKILL.md b/skill/xquik-social-automation/SKILL.md new file mode 100644 index 0000000..4c2fc20 --- /dev/null +++ b/skill/xquik-social-automation/SKILL.md @@ -0,0 +1,37 @@ +--- +name: xquik-social-automation +description: Use Xquik REST or MCP for public X search, analytics, monitoring, webhooks, and approval-gated publishing. Not affiliated with X Corp. +--- + +# Xquik Social Automation + +Use this skill when an agent needs public X context, account monitoring, +analytics, webhook-backed events, or approval-gated publishing through Xquik. + +## Connect + +Choose the interface that fits the client: + +- MCP: connect to `https://xquik.com/mcp` and complete OAuth 2.1 in the client. +- REST: store the API key as `XQUIK_API_KEY` and send it as `x-api-key`. +- Reference: use `https://xquik.com/openapi.json` for current REST operations. + +Never place credentials in prompts, exported workflows, source control, or +logs. + +## Workflow + +1. Ask which public account, keyword, post, list, or monitor the user wants. +2. Read through Xquik and preserve source IDs, URLs, and timestamps. +3. Summarize missing fields, limits, and confidence before drafting. +4. Keep recommendations separate from write actions. +5. Request explicit approval before publishing, replying, or scheduling. + +## Safety + +- Do not infer private account data from public results. +- Do not publish, reply, follow, or message without explicit user approval. +- Prefer compact evidence tables with links, IDs, and timestamps. + +Xquik is an independent third-party service. Not affiliated with X Corp. +"Twitter" and "X" are trademarks of X Corp. diff --git a/skill/xquik-social-automation/manifest.json b/skill/xquik-social-automation/manifest.json new file mode 100644 index 0000000..99438b1 --- /dev/null +++ b/skill/xquik-social-automation/manifest.json @@ -0,0 +1,10 @@ +{ + "author": "Xquik", + "description": "Use Xquik REST or MCP for public X search, analytics, monitoring, webhooks, and approval-gated publishing. Not affiliated with X Corp.", + "kind": "skill", + "name": "xquik-social-automation", + "published_at": "2026-07-19T23:44:05Z", + "sha256": "f522e9d7a7deec5abbb41a67d3e5221160fe9a68cd727d147fd7817807a4b32e", + "slug": "xquik-social-automation", + "version": "1.0.0" +}