← 返回 Skills 市场
ckchzh

Gaokao Essay

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
478
总下载
0
收藏
3
当前安装
12
版本数
在 OpenClaw 中安装
/install gaokao-essay
功能描述
高考作文助手。议论文模板、素材库、开头结尾、审题技巧、满分作文分析。Gaokao essay assistant with templates, materials, scoring tips. 高考语文、作文素材、议论文、记叙文。Use when preparing for gaokao essays.
使用说明 (SKILL.md)

gaokao-essay

高考作文生成器。议论文、记叙文、材料作文。提供范文、素材、开头结尾模板。

Commands

All commands via scripts/essay.sh:

Command Description
essay.sh write "题目" [--type 议论文|记叙文|材料作文] 生成一篇完整作文(默认议论文)
essay.sh opening "主题" 生成5个万能开头
essay.sh ending "主题" 生成5个万能结尾
essay.sh material "话题" 作文素材库(名人名言+事例)
essay.sh help 显示帮助信息

Usage

Agent should run the script and return output to user. Example:

bash scripts/essay.sh write "人生的选择" --type 议论文
bash scripts/essay.sh opening "奋斗"
bash scripts/essay.sh material "创新"

Notes

  • Python 3.6+ compatible
  • No external dependencies
  • All content generated locally from built-in templates

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears to do what it says: generate Gaokao-style essays from local templates. Before installing or invoking it, note that: (1) it will create a data directory (by default $XDG_DATA_HOME or $HOME/.local/share/gaokao-essay) and write history.log and data.log which may contain command arguments or content you provide; (2) it does not perform network calls or request credentials, but you can set GAOKAO_ESSAY_DIR to control where data is stored; (3) if you are concerned about persistent local logs, inspect or edit scripts/script.sh to change logging behavior before use; (4) as with any skill that can run scripts, avoid passing sensitive secrets via command arguments because those may be recorded in logs. Overall the package is internally consistent and low-risk, but review the scripts if you want to customize where/what is stored.
功能分析
Type: OpenClaw Skill Name: gaokao-essay Version: 2.0.0 The skill bundle is a template-based generator for Chinese Gaokao essays. The core logic in `scripts/essay.sh` uses a Python script to insert user-provided topics into hardcoded text templates for argumentative and narrative essays. A secondary utility script, `scripts/script.sh`, provides basic data management and logging within a standard local directory (~/.local/share). No network calls, data exfiltration, or suspicious execution patterns were found.
能力评估
Purpose & Capability
Name/description (Gaokao essay templates, openings/endings, materials, scoring tips) align with included files: a Python-backed essay generator (scripts/essay.sh), a small utility script (scripts/script.sh), and tips. No unexpected binaries, cloud credentials, or unrelated permissions are requested.
Instruction Scope
SKILL.md instructs the agent to run the included scripts (e.g., bash scripts/essay.sh write ...). The scripts generate text from built-in templates and do not read or transmit external data. They don't instruct reading unrelated system files or environment variables except an optional GAOKAO_ESSAY_DIR for data storage.
Install Mechanism
No install spec; this is an instruction + bundled script skill. No downloads or external package installs are performed by the skill itself.
Credentials
No required environment variables or credentials. scripts/script.sh optionally respects GAOKAO_ESSAY_DIR (to set the data directory). This is reasonable for controlling local storage, but users should be aware the script will create files under $XDG_DATA_HOME or $HOME/.local/share by default.
Persistence & Privilege
always is false and the skill does not request elevated privileges. However the bundled utility will create a data directory (default $HOME/.local/share/gaokao-essay), write history.log and data.log (it records command args and added entries). This is local persistence and not inherently malicious, but it can store user-provided prompts/output on disk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gaokao-essay
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gaokao-essay 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.4
yaml-fix+quality
v2.3.3
yaml-fix+quality
v2.3.2
Quality upgrade
v2.3.1
Quality upgrade: custom functionality
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
Add runtime declaration + security compliance
v1.1.1
v1.1.0
Pain-point upgrade: new commands solving real user problems, tips.md reference doc.
v1.0.0
Initial release with Chinese SEO keywords.
元数据
Slug gaokao-essay
版本 2.0.0
许可证 MIT-0
累计安装 3
当前安装数 3
历史版本数 12
常见问题

Gaokao Essay 是什么?

高考作文助手。议论文模板、素材库、开头结尾、审题技巧、满分作文分析。Gaokao essay assistant with templates, materials, scoring tips. 高考语文、作文素材、议论文、记叙文。Use when preparing for gaokao essays. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 478 次。

如何安装 Gaokao Essay?

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

Gaokao Essay 是免费的吗?

是的,Gaokao Essay 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gaokao Essay 支持哪些平台?

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

谁开发了 Gaokao Essay?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论