Community写作与编辑github.com

gopact-ai/9a

Any capability as a filesystem-native Skill for every agent.

9a 是什么?

9a is a Claude Code agent skill that any capability as a filesystem-native Skill for every agent.

兼容平台~Claude Code~Codex CLI~Cursor
npx skills add gopact-ai/9a

Installed? Explore more 写作与编辑 skills: steipete/notion, affaan-m/seo, affaan-m/brand-voice · View all 6 →

在你喜欢的 AI 中提问

打开一个已预加载此 Agent Skill 的新对话。

文档

Using NineA

Use the filesystem for discovery and commands for execution. Treat every 9A-managed Skill as read-only; change its YAML or upstream provider instead of editing projected files.

Choose the workflow

  • Find or run a capability: use 9a search, inspect the projected schema, then pipe one JSON object to its invoke entry.
  • Add one or more JSON APIs: read references/declarative.md, author YAML, validate it, then use 9a add.
  • Connect MCP, A2A, or another protocol: read references/integrations.md.
  • Repair, update, inspect, or remove a workspace view: read references/troubleshooting.md.
  • Upgrade the installed software: read references/troubleshooting.md, explain the difference between brew upgrade and 9a update, and obtain user approval before changing packages or restarting the daemon.

Prefer projected invoke commands over constructing direct provider requests. Do not place credentials in YAML, prompts, command arguments, or projected files; provide them to ninead through its environment.

Fast path

9a status --json
9a search "what the user needs"
9a project add <capability-id> .agents/skills
printf '%s\n' '<json-input>' | \
  .agents/skills/<projected-skill>/scripts/invoke

Use 9a calls start instead of synchronous invocation when work must outlive one CLI request. Never grant an agent broader ACLs than the requested task.

相关技能

steipete/notion

Notion CLI/API for pages, Markdown content, data sources, files, comments, search, Workers, and raw API calls.

community

affaan-m/seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

community

affaan-m/brand-voice

Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the user wants voice consistency without generic AI writing tropes.

community

affaan-m/crosspost

Multi-platform content distribution across X, LinkedIn, Threads, and Bluesky. Adapts content per platform using content-engine patterns. Never posts identical content cross-platform. Use when the user wants to distribute content across social platforms.

community

affaan-m/x-api

X/Twitter API integration for posting tweets, threads, reading timelines, search, and analytics. Covers OAuth auth patterns, rate limits, and platform-native content posting. Use when the user wants to interact with X programmatically.

community

affaan-m/content-engine

Create platform-native content systems for X, LinkedIn, TikTok, YouTube, newsletters, and repurposed multi-platform campaigns. Use when the user wants social posts, threads, scripts, content calendars, or one source asset adapted cleanly across platforms.

community