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. |
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
