Official AI Agent Skills for developing and deploying projects on EdgeOne Makers.
> /plugin marketplace add tencentedgeone/edgeone-pages-skills> /plugin install edgeone-makers-tools@edgeone-makers
Repo: tencentedgeone/edgeone-pages-skills
What's inside
Official AI Agent Skills for developing and deploying projects on EdgeOne Makers.
npx skills (Claude Code / Cursor / Codex / CodeBuddy CLI ็ญ)npx skills add TencentEdgeOne/edgeone-makers-tools
This installs 9 independent sub-skills (one per capability) into your
agent's skills directory (.codebuddy/skills/<name>/, .claude/skills/<name>/,
.cursor/skills/<name>/, โฆ). Your agent loads only the matching skill per
task โ no router indirection.
Search and install edgeone-makers-tools from the CodeBuddy plugin marketplace or
SkillHub. These platforms install the skill from the
skillhub
branch, which adds a frontmatter to the root SKILL.md so the platform can
register it as a single root skill (it then routes to the same 9 sub-skills
internally).
Why two branches? The two install ecosystems have incompatible requirements on the root
SKILL.md(one wants no frontmatter, the other requires one). Themainbranch is optimized fornpx skills add; theskillhubbranch is optimized for CodeBuddy / SkillHub. SeeBRANCH.mdon theskillhubbranch for the maintenance flow.
/plugin marketplace add TencentEdgeOne/edgeone-makers-tools
/plugin install edgeone-makers-tools@edgeone-makers
After installation, your AI coding agent will automatically detect relevant tasks and load the right skill.
| Skill | Description |
|---|---|
makers-agents | AI Agent development (DeepAgents, LangGraph, Claude SDK, OpenAI Agents, CrewAI) |
makers-deploy | Deploy projects to EdgeOne |
makers-edge-functions | Edge Functions (V8 lightweight runtime) |
makers-cloud-functions | Cloud Functions (Node.js / Go / Python) |
makers-storage | KV + Blob Storage |
makers-middleware | Middleware (auth, rewrites, routing) |
makers-cli | CLI command reference |
makers-recipes | Project structure templates & scaffolding |
Deployment:
Deploy my project to EdgeOne
Deploy this Next.js project and give me the preview URL
Development:
Create an API for user registration
Write middleware to protect my /api routes with auth
Set up Edge Functions with KV storage for a page view counter
Create a Go API with Gin framework
AI Agents:
Build an AI chat agent on EdgeOne Makers
Wire LangGraph into my Makers project with checkpointer + store
Create a Claude Agent SDK endpoint with sandbox code execution
skills/
โโโ makers-agents/ # AI Agent development
โ โโโ SKILL.md # Decision tree, red lines, framework routing
โ โโโ references/
โ โโโ platform/ # Entry conventions, env, SSE protocol
โ โโโ capabilities/ # Store, sandbox, tools
โ โโโ node-frameworks/ # Claude SDK, LangGraph, OpenAI Agents, DeepAgents
โ โโโ python-frameworks/ # Claude SDK, LangGraph, OpenAI Agents, DeepAgents, CrewAI
โโโ makers-deploy/ # Deployment workflow
โ โโโ SKILL.md
โ โโโ references/
โโโ makers-edge-functions/ # V8 edge runtime
โ โโโ SKILL.md
โโโ makers-cloud-functions/ # Node.js / Go / Python
โ โโโ SKILL.md
โ โโโ references/
โโโ makers-storage/ # KV + Blob storage
โ โโโ SKILL.md
โโโ makers-middleware/ # Request interception
โ โโโ SKILL.md
โโโ makers-cli/ # CLI commands
โ โโโ SKILL.md
โโโ makers-recipes/ # Project templates
โโโ SKILL.md
Each skill follows the skill-creator standard:
SKILL.md โ YAML frontmatter (name + description) + core instructionsreferences/ โ detailed docs loaded on demand, routed from SKILL.mdThis repo includes plugin manifests for multiple AI platforms:
.claude-plugin/ โ Claude Code.cursor-plugin/ โ Cursor.codebuddy-plugin/ โ CodeBuddyHooks (hooks/) provide context-aware skill injection via UserPromptSubmit and PreToolUse events.
MIT
_meta.json
.claude-plugin/
marketplace.json
plugin.json
.codebuddy-plugin/
manifest.json
marketplace.json
.cursor-plugin/
plugin.json
.github/
workflows/
build.yml
publish-skillhub.yml
traffic-archive.yml
.gitignore
AGENTS.md
CLAUDE.md
codex/
makers-agents.md
makers-cli.md
makers-cloud-functions.md
makers-deploy.md
makers-edge-functions.md
makers-env-adaption.md
makers-middleware.md
makers-migration.md
makers-recipes.md
makers-storage.md
cursor/
rules/
makers-agents.mdc
makers-cli.mdc
makers-cloud-functions.mdc
makers-deploy.mdc
makers-edge-functions.mdc
makers-env-adaption.mdc
makers-middleware.mdc
makers-migration.mdc
makers-recipes.mdc
makers-storage.mdc
hooks/
hooks.json
signal-log.mjs
signal-log.test.mjs
validate-write.mjs
validate-write.test.mjs
README.md
scripts/
archive-traffic.mjs
build.mjs
SKILL.md
skills/
makers-agents/
references/
capabilities/
sandbox.md
store.md
tools.md
framework-native-patterns.md
node-frameworks/
claude-sdk.md
deepagents.md
langgraph.md
openai-agents.md
platform/
cloud-functions.md
conversation-id.md
env-and-model.md
node-entry.md
python-entry.md
sse-protocol.md
python-frameworks/
claude-sdk.md
crewai.md
deepagents.md
langgraph.md
openai-agents.md
review-checklist.md
SKILL.md
makers-cli/
SKILL.md
makers-cloud-functions/
references/
go-functions.md
node-functions.md
python-functions.md
troubleshooting.md
SKILL.md
makers-deploy/
references/
command-reference.md
SKILL.md
makers-edge-functions/
SKILL.md
makers-env-adaption/
SKILL.md
makers-middleware/
SKILL.md
makers-migration/
references/
api-route-to-makers.md
claude-agent-sdk-to-makers.md
crewai-to-makers.md
deepagents-to-makers.md
langgraph-to-makers.md
openai-agents-to-makers.md
SKILL.md
makers-recipes/
SKILL.md
makers-storage/
references/
blob.md
kv.md
SKILL.mdFAQ
edgeone-makers-tools is a Claude Code plugin with 10 hand-picked skills for development work, indexed on Flowy. Install it with the command on its page. It includes makers-agents, makers-cli, makers-cloud-functions. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.