← Back to Skills Marketplace
ckchzh

Gaokao Essay

by BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
478
Downloads
0
Stars
3
Active Installs
12
Versions
Install in OpenClaw
/install gaokao-essay
Description
高考作文助手。议论文模板、素材库、开头结尾、审题技巧、满分作文分析。Gaokao essay assistant with templates, materials, scoring tips. 高考语文、作文素材、议论文、记叙文。Use when preparing for gaokao essays.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gaokao-essay
  3. After installation, invoke the skill by name or use /gaokao-essay
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug gaokao-essay
Version 2.0.0
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 12
Frequently Asked Questions

What is Gaokao Essay?

高考作文助手。议论文模板、素材库、开头结尾、审题技巧、满分作文分析。Gaokao essay assistant with templates, materials, scoring tips. 高考语文、作文素材、议论文、记叙文。Use when preparing for gaokao essays. It is an AI Agent Skill for Claude Code / OpenClaw, with 478 downloads so far.

How do I install Gaokao Essay?

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

Is Gaokao Essay free?

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

Which platforms does Gaokao Essay support?

Gaokao Essay is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gaokao Essay?

It is built and maintained by BytesAgain2 (@ckchzh); the current version is v2.0.0.

💬 Comments