工具 Fabricator
- 作者仓库星标 0
- 作者仓库 AGI_engineering_forge
Tool Fabricator — The AGI Capability
When you need an engineering computation that no existing tool handles, the fabricator builds a new tool from first principles.
Usage
python3 /workspace/bridge.py fabricate 'DESCRIPTION OF WHAT THE TOOL NEEDS TO DO'
What It Does
- Understands the engineering requirement
- Designs the computation from first principles
- Writes a working Python function
- Tests it
- Registers it in the tool registry for future use
Examples of Tools It Can Create
- Thermal simulation for specific geometries
- Fluid dynamics calculations for pipe networks
- Gear ratio optimization for drivetrain design
- Battery discharge curve modeling
- Antenna radiation pattern computation
- Any engineering computation that can be expressed as Python + numpy/scipy/sympy
When to Use
Use this when:
- No existing tool handles your specific calculation
- You need a specialized simulation that doesn't exist
- The problem requires a custom numerical method
- Standard tools don't have the right domain-specific formulas
- 流狐分类
- 设计与多媒体
- 作者声明 Agent
- 未找到明确声明;不据此推断已兼容或已测试
- 静态检查
- 88 / 100 · 启发式扫描,不代表运行安全
- 作者 / 版本 / 许可
- @00000star · 未声明 license
- 流狐 Token 估算
- 低消耗
- 流狐接入估算
- 即装即用
- 是否需要外部 API Key
- 未发现要求
- 检测到的系统要求
- 未声明
- 底层运行要求
- Python
- 检测到的文件与系统行为
-
- 只读
- 允许写入 / 修改
- 检测到的网络行为
- 仅限本地
- 安装命令数
- 无(仅作为资料)
档案由构建时根据 SKILL.md 与安装命令自动衍生,可能与作者实际意图存在差异。
需要注意: 未限定 allowed-tools,默认拥有全部工具权限。
作者没有在当前 SKILL.md 中定义固定输出样例。 Usage
Usage
What It Does
Understands the engineering requirement Designs the computation from first principles Writes a working Python function
Examples of Tools It Can Create
Thermal simulation for specific geometries Fluid dynamics calculations for pipe networks Gear ratio optimization for drivetrain design
When to Use
Use this when: No existing tool handles your specific calculation You need a specialized simulation that doesn't exist
# Tool Fabricator — The AGI Capability
When you need an engineering computation that no existing tool handles, the fabricator builds a new tool from first principles.
## Usage
```bash
python3 /workspace/bridge.py fabricate 'DESCRIPTION OF WHAT THE TOOL NEEDS TO DO'
```
## What It Does
1. Understands the engineering requirement
2. Designs the computation from first principles
3. Writes a working Python function
4. Tests it
5. Registers it in the tool registry for future use
## Examples of Tools It Can Create
- Thermal simulation for specific geometries
- Fluid dynamics calculations for pipe networks
- Gear ratio optimization for drivetrain design
- Battery discharge curve modeling
- Antenna radiation pattern computation
- Any engineering computation that can be expressed as Python + numpy/scipy/sympy
## When to Use
Use this when:
- No existing tool handles your specific calculation
- You need a specialized simulation that doesn't exist
- The problem requires a custom numerical method
- Standard tools don't have the right domain-specific formulas 证据边界与执行链路
作者原文负责流程事实;流狐只索引当前章节、要点、文件与命令。
章节 -> Usage → What It Does → Examples of Tools It Can Create → When to Use
要点 -> When you need an engineering computation that no existing tool handles, the fabricator builds a new tool from first principles. · 1. Understands the engineering requirement 2.
文件/命令 -> workspace/bridge.py · numpy/scipy/sympy
内容 SHA-256 -> 0b5d039e2720
原文结构
适用与边界
原文中的明确线索
workspace/bridge.py、numpy/scipy/sympy