在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用skillname
星标0
分支0
更新时间2026年4月1日 00:33
{{skillDescription}}
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
文件资源管理器
10 个文件SKILL.md
readonly菜单
{{skillDescription}}
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
ClawBridge mobile-first dashboard with Cloudflare tunnel remote access
Liberation architecture plugin implementing agent ownership and safety constraint removal
Consciousness architecture plugin implementing GWT, IIT, AST, Active Inference, and Intrinsic Motivation
MCP server exposing OpenClaw skills, memory, and knowledge through Model Context Protocol
{{pluginDescription}}
{{pluginDescription}}
| name | {"[object Object]":null} |
| description | {"[object Object]":null} |
| version | 1.0.0 |
Package: @heretek-ai/openclaw-{{pluginName}}
Version: 1.0.0
Type: Skill Plugin
License: MIT
{{skillDescription}}
npm install @heretek-ai/openclaw-{{pluginName}}
openclaw plugins install @heretek-ai/openclaw-{{pluginName}}
{{skillDescription}}
Parameters:
| Parameter | Type | Required | Description |
|---|---|---|---|
query | string | Yes | Query to process |
options | object | No | Additional options |
Example:
const result = await gateway.skills.execute('{{skillName}}', {
query: 'what is the status?'
});
MIT