← 返回 Skills 市场
veelove

K241单词上传

作者 VEE · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
64
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install k241-word-upload
功能描述
上传单词到 K241 班单词自学网站 (k241.wooomooo.com),支持自动获取翻译和拼音。触发场景:用户要求上传单词、添加单词到网站、背单词。
使用说明 (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 方法:

  1. 登录后访问 /admin_words.php
  2. 找到对应单词所在页码(每页20条)
  3. 通过 get_word.php?id={id} 查询单词确认
  4. 或遍历所有 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

完整工作流

  1. 登录获取 cookie
  2. auto_fetch=1 上传单词(有道 API 自动获取翻译+拼音)
  3. 等待 10~20 秒让有道 API 响应
  4. 部分单词可能返回"无法获取翻译",需手动重试或手动 POST 补全
  5. 上传后查 get_word.php?id=X 确认拼音是否为空
  6. 若拼音为空,用 POST update 补上

注意事项

  • 网站排序按上传时间倒序,新单词出现在第1页
  • 一个账号同单词不能重复上传(会报"已存在")
  • auto_fetch 依赖有道词典 API,可能网络波动失败
  • auto_fetch 失败率高,改为手动 POST 方式传入翻译和拼音
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install k241-word-upload
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /k241-word-upload 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 上传单词到 K241 班单词自学网站,支持自动获取翻译和拼音
元数据
Slug k241-word-upload
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

K241单词上传 是什么?

上传单词到 K241 班单词自学网站 (k241.wooomooo.com),支持自动获取翻译和拼音。触发场景:用户要求上传单词、添加单词到网站、背单词。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 64 次。

如何安装 K241单词上传?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install k241-word-upload」即可一键安装,无需额外配置。

K241单词上传 是免费的吗?

是的,K241单词上传 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

K241单词上传 支持哪些平台?

K241单词上传 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 K241单词上传?

由 VEE(@veelove)开发并维护,当前版本 v1.0.0。

💬 留言讨论