builtin-tool

Develop and manage built-in tools for the LobeHub AI agent platform.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/alceupassos/hub --skill builtin-tool-alceupassos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: builtin-tool
Source: https://github.com/alceupassos/hub/tree/main/.agents/skills/builtin-tool
Command: npx skills add https://github.com/alceupassos/hub --skill builtin-tool-alceupassos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @lobechat/types, react, @lobehub/ui, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies the creation and management of LobeHub builtin tools, enabling efficient development and deployment of AI agent functionalities.

Core Features & Use Cases

  • Tool Development: Facilitates the creation of custom tools with various functionalities such as manifests, executors, runtimes, inspectors, renders, placeholders, and portals.
  • Tool Management: Streamlines the organization and maintenance of tools within the LobeHub framework.
  • Use Case: For a developer looking to integrate a new tool that performs complex calculations, this Skill provides the framework to build, deploy, and manage the tool within the LobeHub ecosystem.

Quick Start

To create a new builtin tool, navigate to the 'builtin-tool' Skill directory and follow the guide in 'SKILL.md'.

Frequently Asked Questions about builtin-tool

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I build custom AI agent tools for LobeHub?

The builtin-tool framework provides manifests, execution runtimes, executors, and UI components to develop AI agent tools for the LobeHub platform. It requires TypeScript, React, and specific LobeHub libraries for full integration.

What components are needed for LobeHub tool development?

LobeHub tool development requires manifests, executors, runtimes, inspectors, and renders. You must configure these components using TypeScript, React, and @lobehub/ui libraries to properly integrate functionalities.

Does LobeHub tool development require React and TypeScript?

Yes, developing LobeHub builtin tools requires TypeScript and React. You also need specific libraries like @lobechat/types and @lobehub/ui to properly structure manifests, execution runtimes, and UI components.

How do I manage built-in tools within the LobeHub framework?

You manage LobeHub built-in tools by organizing manifests, execution runtimes, and UI components systematically. The framework streamlines maintenance and deployment of agent functionalities within the ecosystem.

What is the best way to integrate complex calculations into an AI agent?

The best way to integrate complex calculations is using the builtin-tool framework to build and deploy custom executors. It provides the necessary runtime environment to process and manage these operations within LobeHub.

When do I need a tool manifest for an AI agent?

You need a tool manifest when developing a new built-in tool to define its structure and capabilities. The builtin-tool framework uses manifests to pair functionalities with execution runtimes and UI renders.