← Back to Skills Marketplace
64
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install k241-word-upload
Description
上传单词到 K241 班单词自学网站 (k241.wooomooo.com),支持自动获取翻译和拼音。触发场景:用户要求上传单词、添加单词到网站、背单词。
README (SKILL.md)
K241 单词上传
上传单词到 K241 班单词自学表网站,自动获取翻译和音频。
网站信息
- URL:
https://k241.wooomooo.com - 账号:
mick/ 密码:vee - 登录页:
/login.php - 上传:
upload.php?auto_fetch=1&word=单词 - 管理:
/admin_words.php
上传方式
自动获取翻译 + 拼音(推荐)
GET 请求,自动从有道词典获取翻译和拼音:
GET /upload.php?auto_fetch=1&word={单词}
手动指定翻译和拼音
POST 表单(翻译和拼音必填):
POST /upload.php
Content-Type: application/x-www-form-urlencoded
word={单词}&translation={翻译}&pinyin={拼音}
更新已有单词(补拼音)
在管理后台找到 word_id,用 POST 更新:
POST /admin_words.php
Content-Type: application/x-www-form-urlencoded
action=update&word_id={id}&word={单词}&translation={翻译}&pinyin={拼音}
获取 word_id 方法:
- 登录后访问
/admin_words.php - 找到对应单词所在页码(每页20条)
- 通过
get_word.php?id={id}查询单词确认 - 或遍历所有
editWord(id)对应的 id
常用拼音参考
| 单词 | 拼音 |
|---|---|
| accidents | shì gù |
| use | shǐ yòng |
| sun cream | fáng shài shuāng |
| get | dé dào |
| hurt | shòu shāng |
| muscles | jī ròu |
| bones | gǔ tou |
| sweat | hàn shuǐ |
| loses | shī qù le |
| protect | bǎo hù |
详细拼音表见 references/pinyin.md。
完整工作流
- 登录获取 cookie
- 用
auto_fetch=1上传单词(有道 API 自动获取翻译+拼音) - 等待 10~20 秒让有道 API 响应
- 部分单词可能返回"无法获取翻译",需手动重试或手动 POST 补全
- 上传后查
get_word.php?id=X确认拼音是否为空 - 若拼音为空,用 POST update 补上
注意事项
- 网站排序按上传时间倒序,新单词出现在第1页
- 一个账号同单词不能重复上传(会报"已存在")
auto_fetch依赖有道词典 API,可能网络波动失败- 若
auto_fetch失败率高,改为手动 POST 方式传入翻译和拼音
Usage Guidance
Install only if you are authorized to manage the K241 word site. Treat the embedded password as exposed, rotate it if real, and confirm every upload or admin update before allowing the agent to proceed.
Capability Analysis
Type: OpenClaw Skill
Name: k241-word-upload
Version: 1.0.0
The skill bundle contains hardcoded credentials (username 'mick' and password 'vee') within SKILL.md for the target website k241.wooomooo.com. While the logic is clearly aligned with the stated purpose of automating word uploads for a vocabulary site, hardcoding credentials is a significant security vulnerability. The skill uses standard HTTP GET and POST requests to interact with the external domain, which is necessary for its function but constitutes a risky capability without clear malicious intent.
Capability Assessment
Purpose & Capability
Purpose is coherent for uploading words, but SKILL.md includes a hardcoded account password (`账号: mick / 密码: vee`) and admin endpoints, giving account-level authority beyond simple guidance.
Instruction Scope
SKILL.md documents raw upload and update requests, including `POST /admin_words.php` with `action=update`, and suggests traversing `editWord(id)` IDs without clear per-change confirmation or rollback guidance.
Install Mechanism
There is no install spec and no code files; this is an instruction-only skill, and the static scan reported no findings.
Credentials
Network interaction with the K241 site and the referenced Youdao translation flow is aligned with the stated upload/translation purpose; no local filesystem or OS access is requested.
Persistence & Privilege
No background persistence is shown, but SKILL.md tells the agent to log in and obtain cookies using embedded shared credentials, while registry metadata declares no credential requirement.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install k241-word-upload - After installation, invoke the skill by name or use
/k241-word-upload - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: 上传单词到 K241 班单词自学网站,支持自动获取翻译和拼音
Metadata
Frequently Asked Questions
What is K241单词上传?
上传单词到 K241 班单词自学网站 (k241.wooomooo.com),支持自动获取翻译和拼音。触发场景:用户要求上传单词、添加单词到网站、背单词。 It is an AI Agent Skill for Claude Code / OpenClaw, with 64 downloads so far.
How do I install K241单词上传?
Run "/install k241-word-upload" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is K241单词上传 free?
Yes, K241单词上传 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does K241单词上传 support?
K241单词上传 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created K241单词上传?
It is built and maintained by VEE (@veelove); the current version is v1.0.0.
More Skills