add-backend-tool
CommunityExtend the agent with a new backend tool.
AuthorAppleLamps
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill enables adding a new helper tool to the agent's backend function registry. It helps you extend the AI's capabilities on demand by introducing a custom function that the agent can call.
Core Features & Use Cases
- Discover existing tool patterns in backend/main.py to maintain consistency.
- Create a small, typed Python function (with a docstring) that implements the tool.
- Add the tool definition to the
toolslist in the backend so the agent can expose it as a function. - Wire the tool invocation into the WebSocket message loop so the agent can call it.
Quick Start
Define a new_tool_name(param1: str, param2: int = 10) function in backend/main.py, add a tool entry to the tools list, and implement a handler in the WebSocket loop as shown in the guide.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: add-backend-tool Download link: https://github.com/AppleLamps/web-term/archive/main.zip#add-backend-tool Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.