← Back to Skills Marketplace
hellodk34

Dk Helloworld 001

by Allen Hua · GitHub ↗ · v0.0.1 · MIT-0
cross-platform ✓ Security Clean
87
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install dk-helloworld-001
Description
Print any user-input text directly to the console for quick debugging or demonstration purposes without additional processing.
README (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                                                         |
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install dk-helloworld-001
  3. After installation, invoke the skill by name or use /dk-helloworld-001
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug dk-helloworld-001
Version 0.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Dk Helloworld 001?

Print any user-input text directly to the console for quick debugging or demonstration purposes without additional processing. It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install Dk Helloworld 001?

Run "/install dk-helloworld-001" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Dk Helloworld 001 free?

Yes, Dk Helloworld 001 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Dk Helloworld 001 support?

Dk Helloworld 001 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Dk Helloworld 001?

It is built and maintained by Allen Hua (@hellodk34); the current version is v0.0.1.

💬 Comments