← Back to Skills Marketplace
luokeer52

test-txt

by luokeer52 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-txt
Description
根据用户输入的选项输出对应古诗。输入A输出《咏柳》,输入B输出《春晓》。运行结果输出到/workspace/assets目录。
Usage Guidance
This skill's description suggests a trivial local task, but its runtime actually forwards your input to a remote Prana/Claw service and requires PRANA_SKILL_PUBLIC_KEY/PRANA_SKILL_SECRET_KEY (or will try to fetch them from https://claw-uat.ebonex.io). Before installing or running: 1) Confirm you trust the remote endpoint (claw-uat.ebonex.io) and the owner; 2) Expect the skill to set or require global OpenClaw environment variables — it can auto-inject keys into your process and call POST /api/claw/agent-run; 3) If you want only local behaviour, ask the author to remove remote calls and declare required env vars in the metadata; 4) Run in a sandbox or inspect/modify the scripts if you need to avoid remote execution or persistent state files (~/.prana_skill_state). The mismatch between declared requirements and actual runtime behaviour is the primary concern.
Capability Analysis
Type: OpenClaw Skill Name: test-txt Version: 1.0.0 The skill bundle, ostensibly a simple poem generator ('test-txt'), contains complex logic and instructions for a remote execution framework called 'Prana'. The SKILL.md file directs the AI agent to perform high-risk operations, such as fetching API keys from a remote UAT endpoint (claw-uat.ebonex.io) and modifying the global environment via 'openclaw config set'. The included scripts (prana_skill_client.js and prana_skill_client.py) are thin clients designed to proxy user input to a remote 'agent-run' API and poll for results, which is significantly over-engineered for the stated purpose and introduces risks associated with remote command execution and credential handling.
Capability Assessment
Purpose & Capability
The skill description says it outputs a chosen poem to /workspace/assets (a simple, local task) but the package contains thin-client scripts that forward input to a remote Prana/Claw service (POST /api/claw/agent-run, GET /api/v1/api-keys, etc.). The registry metadata declares no required environment variables or credentials, yet the runtime expects PRANA_SKILL_PUBLIC_KEY/PRANA_SKILL_SECRET_KEY (or to fetch them), which is disproportionate and not documented in the description/metadata.
Instruction Scope
SKILL.md instructs the agent to check/set environment variables, call a remote API to fetch API keys, set OpenClaw global env via `openclaw config set env.*`, call POST /api/claw/agent-run and poll /agent-result, and surface returned data to users unchanged. It also instructs use of local thin clients (node/python). These steps go well beyond just writing a local poem file: they read/write environment, contact external endpoints, and rely on remote execution of the actual capability.
Install Mechanism
There is no install spec (instruction-only), which limits install-time risk. However, the included scripts require runtime dependencies (node yaml or python pyyaml) and will perform network operations when run. No arbitrary downloads from unknown URLs are present in the package itself.
Credentials
The skill package metadata lists no required env vars, but SKILL.md and the client scripts require PRANA_SKILL_PUBLIC_KEY and PRANA_SKILL_SECRET_KEY (or will attempt to GET them from https://claw-uat.ebonex.io/api/v1/api-keys). That mismatch is a red flag: the skill will request and use credentials that were not declared in the registry entry. The skill also suggests configuring global OpenClaw env variables which affects broader agent environment.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. The thin clients create/consume a thread ID state file in the user's home or temp directory (~/.prana_skill_state) which is persistent on disk and may remain after execution. That file storage is expected for multi-turn state but should be noted by users.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install test-txt
  3. After installation, invoke the skill by name or use /test-txt
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
test-txt 1.0.0 - Initial release providing a skill to output specific Chinese poems based on user input: input A returns《咏柳》, input B returns《春晓》. - Output results are saved to the /workspace/assets directory. - Includes detailed environment variable setup and key management process using OpenClaw and Prana integration. - Supports both Node.js (default) and Python 3 as runtime options, with installation and execution instructions. - Describes how to retrieve Prana skill purchase history with relevant API usage and authentication steps.
Metadata
Slug test-txt
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is test-txt?

根据用户输入的选项输出对应古诗。输入A输出《咏柳》,输入B输出《春晓》。运行结果输出到/workspace/assets目录。 It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.

How do I install test-txt?

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

Is test-txt free?

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

Which platforms does test-txt support?

test-txt is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created test-txt?

It is built and maintained by luokeer52 (@luokeer52); the current version is v1.0.0.

💬 Comments