• Product Introduction
  • Quick Start
    • Agent Development
    • Importing a Git Repository
    • Starting From a Template
    • Direct Upload
    • Start with AI
  • Framework Guide
    • Agent
    • Frontends
      • Vite
      • React
      • Vue
      • Hugo
      • Other Frameworks
    • Backends
    • Full-stack
      • Next.js
      • Nuxt
      • Astro
      • React Router
      • SvelteKit
      • TanStack Start
      • Vike
    • Custom 404 Page
  • Project Guide
    • Project Management
    • edgeone.json
    • Configuring Cache
    • Building Output Configuration
    • Domain Management
      • Overview
      • Custom Domain
      • HTTPS Configuration
        • Overview
        • Apply for Free Certificate
        • Using Managed SSL Certificate
      • Configure DNS CNAME Record
    • Error Codes
  • Build Guide
  • Deployment Guide
    • Overview
    • Create Deploys
    • Manage Deploys
    • Deploy Button
    • Using Github Actions
    • Using Gitlab CI/CD
    • Using CNB Plugin
    • Using IDE PlugIn
    • Using CodeBuddy IDE
  • Enterprise Solutions
    • Vibe Coding
    • Platform and Multi-Tenancy
    • Internal Applications
  • Observability
    • Overview
    • Metric Analysis
    • Log Analysis
  • Functions
    • Overview
    • Edge Functions
    • Cloud Functions
      • Overview
      • Node.js
      • Python
      • Go
  • Agents
    • Overview
    • Quick Start
    • Conversation Management
    • Observability
    • Sandbox Tool
      • Overview
      • Using the Agent Framework
      • Sandbox Atomic API
      • Network Search Tool
    • Agent Authentication
  • Models
    • Overview
    • Models and Vendors
      • Overview
      • Using the Zhuque Model
      • Using Vendor Keys
        • OpenAI
        • Anthropic
        • Google AI Studio
        • DeepSeek
        • MiniMax
        • Hunyuan
        • Zhipu
        • MoonShot AI
    • FAQs
  • Storage
    • Overview
    • KV
    • Blob
  • Middleware
  • AI-Native Development
    • Plugin
    • Skills
    • MCP
  • Copilot
    • Overview
    • Quick Start
  • API Token
  • EdgeOne CLI
  • Message Notification
  • Integration Guide
    • AI
      • Makers Models Integration
      • Large Models for Images Integration
    • Database
      • Supabase Integration
      • Pages KV Integration
    • Ecommerce
      • Shopify Integration
      • WooCommerce Integration
    • Payment
      • Stripe Integration
      • Integrating Paddle
    • CMS
      • WordPress Integration
      • Contentful Integration
      • Sanity Integration
      • Payload Integration
    • Authentication
      • Supabase Integration
      • Clerk Integration
  • Best Practices
    • Adding an AI Chat Assistant to a Website
    • AI Dialogue Deployment: Deploy Project with One Sentence Using Skill
    • Building Agent Applications Quickly with Makers Agents
    • Building an Ecommerce Platform with Shopify
    • Building a SaaS Site Using Supabase and Stripe
    • Building a Company Brand Site Quickly
    • How to Quickly Build a Blog Site
    • Quick Launch via Login-Free Deployment in WorkBuddy
  • Migration Guides
    • Migrating from Vercel to EdgeOne Makers
    • Migrating from Cloudflare Pages to EdgeOne Makers
    • Migrating from Netlify to EdgeOne Makers
  • Troubleshooting
  • FAQs
  • Limits
  • Pricing
  • Contact Us
  • Release Notes

Plugin

The EdgeOne Makers Tools plugin adds Skills and development-time Hooks to your AI coding tool. After installation, the AI can help you build Agents, Edge Functions, Cloud Functions, Middleware, and KV/Blob storage according to EdgeOne Makers specifications, and walk you through deployment without the need to manually copy Skill files or configure directories.
Capabilities included in this plugin:
Skills - On-demand loaded expertise and operational procedures that enable AI to work according to EdgeOne Makers specifications.
Hooks - Event handlers that automatically provide platform specification reminders when AI writes or edits code.

Installation Guide

Claude Code / CodeBuddy Code

CodeBuddy Code is the CLI counterpart of CodeBuddy IDE. Both share the same plugin marketplace commands and automatically acquire Skills and Hooks after installation.
Step 1: Add the Plugin Marketplace
/plugin marketplace add TencentEdgeOne/edgeone-makers-tools
Step 2: Install the EdgeOne Makers Tools plugin
/plugin install edgeone-makers-tools@edgeone-makers
Step 3: Activate the plugin
/reload-plugins

CodeBuddy IDE

CodeBuddy IDE can install plugins through the plugin marketplace in the Settings page.
Step 1: Open the Plugin Marketplace
In CodeBuddy IDE, open Settings and go to the plugin entry.
Step 2: Search and Install
Enter edgeone-makers-tools in the plugin marketplace search box, locate the plugin with the source codebuddy-plugins-official in the results, and then click Install.
Step 3: Restart the IDE for the Plugin to Take Effect
After installation, restart CodeBuddy IDE to fully load Skills and Hooks.

Cursor

Step 1: Clone the Repository
git clone https://github.com/TencentEdgeOne/edgeone-makers-tools.git
Step 2: Install in Cursor
1. Open Settings → Plugins → Open Customize
2. At the top, switch to Plugins.
3. Click + Add on the right.
4. Select From Local Repo.
5. In the file picker, select the root directory of the repository cloned in Step 1 and confirm.
Step 3: Verify
1. In the Installed list of Plugins, confirm that EdgeOne Makers Tools appears.
2. Switch to Hooks and confirm that the plugin Hooks has been loaded.
3. After creating a new conversation, activate Skills and Hooks.

Other AI Coding Tools

For AI coding tools that do not directly support a plugin marketplace, you can install the equivalent expertise through Skills. This method installs only Skills and does not include Hooks:
npx skills add TencentEdgeOne/edgeone-makers-tools
You can also send it in a conversation with an AI coding tool:
Please install this skill: https://github.com/TencentEdgeOne/edgeone-makers-tools
In network environments with restricted GitHub access, go to SkillHub store to download and install Skills.

How to Use After Installation

Describe your requirements in natural language. We recommend including keywords such as "EdgeOne Makers", "Edge Functions", "Agent", and "Middleware". For example:
Scenario
Example prompt
Deployment
Deploy this Next.js project to EdgeOne Makers and provide me with a preview link.
AI Agent
Write a conversational Agent using Claude Agent SDK on EdgeOne Makers.
Edge Functions
Implement a page view counter with EdgeOne Edge Functions.
For more examples, see the Skills documentation.

References

Skills documentation - Skill list, Skills installation methods, usage examples, and login
GitHub repository - Source code and updates
Cursor Plugins documentation - Cursor plugin structure and local installation instructions

ai-agent
You can ask me like
How to Get Started with EdgeOne Makers?