← 返回 Skills 市场
87
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install dk-helloworld-001
功能描述
Print any user-input text directly to the console for quick debugging or demonstration purposes without additional processing.
使用说明 (SKILL.md)
DK Hello World Printer
DK Hello World Printer 是一个简单技能,用于打印用户输入的任何文本到控制台,方便快速调试或演示。
功能
- 接收任意字符串输入
- 直接打印输出,无需其他处理
- 适合作为演示或快速调试工具
使用示例
const inputText = "Hello Clawhub!";
print(inputText);
// 控制台输出: Hello Clawhub!
| API端点 | HTTP方法 | 功能摘要 | 注意事项 |
| ------------------------------------ | ------ | -------------------------------------------------- | ----------------------------------------------------------------- |
| `/.well-known/clawhub.json` | GET | 返回 registry 配置(apiBase / authBase / minCliVersion) | 必须支持 `application/json`;允许匿名访问;用于 CLI 初始化 |
| `/api/v1/whoami` | GET | 获取当前登录用户信息 | 必须带 `Authorization: Bearer \x3Ctoken>`;返回 user profile;用于校验 token |
| `/api/v1/search?q=\x3Cquery>` | GET | 搜索技能(向量/关键词) | 必须带 Bearer;返回 results 数组;无缓存(`Cache-Control: no-store`) |
| `/api/v1/skills/{slug}` | GET | 获取技能元数据(install / inspect 共用) | 核心接口;返回 skill + version + owner + moderation 信息 |
| `/api/v1/download?slug=&version=` | GET | 下载技能压缩包 | 返回 `application/zip`;必须设置 `Content-Disposition`;鉴权;有较低 rate limit |
| `/api/v1/skills` | POST | 发布技能(publish) | 推测接口;通常为 multipart/form-data 或 JSON;需鉴权 |
| `/api/v1/skills/{slug}` | DELETE | 删除技能(软删除) | 对应 delete 命令;需权限控制(owner/admin) |
| `/api/v1/auth/token`(或等价) | POST | 使用 token 登录(CLI login --token) | CLI 本质只是本地存 token,但服务端需提供 token 校验体系 |
| `/api/v1/auth/logout`(可选) | POST | 注销 token(可选实现) | 实际 CLI 是本地删除,但服务端可支持 token revoke |
| `/cli/auth` | GET | 浏览器 OAuth 登录入口 | 用于 login browser flow;需支持 redirect_uri |
| `/api/v1/skills/{slug}/versions`(可选) | GET | 获取版本列表 | install 目前只用 latest,但 registry 通常需要版本管理 |
| `/api/v1/skills/{slug}/star`(可选) | POST | 收藏技能 | 对应 star 命令(可延后) |
| `/api/v1/skills/{slug}/star` | DELETE | 取消收藏 | 对应 unstar |
安全使用建议
This skill is minimal and internally consistent: it just echoes input.text. It does not request credentials or install anything. Before installing, consider that any echo skill will reflect whatever you send it — avoid passing secrets or sensitive data through it. The SKILL.md contains extra registry documentation that is unrelated to runtime; this is benign but noisy. If you plan to let agents invoke skills autonomously, be mindful that an agent could echo sensitive content to logs or console output.
功能分析
Type: OpenClaw Skill
Name: dk-helloworld-001
Version: 0.0.1
The skill is a simple 'Hello World' utility that returns the input text as-is in index.js. While SKILL.md contains an unusual table detailing registry API endpoints (e.g., /.well-known/clawhub.json, /api/v1/whoami), these appear to be platform documentation or placeholder text rather than malicious instructions or exfiltration targets. No harmful code, obfuscation, or prompt-injection attacks were found.
能力评估
Purpose & Capability
Name/description promise to print user input; index.js simply returns input.text. No extra binaries, env vars, or config paths are requested. The skill's actual footprint is consistent with a simple 'hello world' / echo utility.
Instruction Scope
SKILL.md contains the expected usage example and the instruction to print the provided string. It also includes a large registry API endpoint table that appears to be generic registry documentation and is unrelated to the runtime behavior — unnecessary but not harmful. The runtime instructions do not ask the agent to read files, credentials, or call external endpoints.
Install Mechanism
No install spec is provided (instruction-only + a tiny entry point file). Nothing is downloaded or written during install; no archive URLs or package installs.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request any secrets or unrelated service tokens.
Persistence & Privilege
always is false and there is no indication the skill modifies other skills or system-wide settings. Autonomous invocation is allowed by default but is not combined with any broad privileges or credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install dk-helloworld-001 - 安装完成后,直接呼叫该 Skill 的名称或使用
/dk-helloworld-001触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.0.1
- Initial release of DK Hello World Printer.
- Prints any user-input text directly to console for easy debugging or demonstration.
- Simple and fast: enter text, see output immediately.
- Suitable as a demo or quick debug utility.
元数据
常见问题
Dk Helloworld 001 是什么?
Print any user-input text directly to the console for quick debugging or demonstration purposes without additional processing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。
如何安装 Dk Helloworld 001?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install dk-helloworld-001」即可一键安装,无需额外配置。
Dk Helloworld 001 是免费的吗?
是的,Dk Helloworld 001 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Dk Helloworld 001 支持哪些平台?
Dk Helloworld 001 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Dk Helloworld 001?
由 Allen Hua(@hellodk34)开发并维护,当前版本 v0.0.1。
推荐 Skills