A股每日复盘模板

v1.0.0

Generate A-share stock market daily review templates with 7 professional styles including short-term sentiment, dragon head strategy, trend trading, quantita...

0· 42·0 current·0 all-time
bylaojun@laojun509
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description claim to generate A‑share daily review templates; SKILL.md plus review.py implement many template variants and saving to a Markdown file. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md only documents generating templates, choosing a type, and saving to a file (default under the user's home). It does not instruct the agent to read unrelated system files, contact external endpoints, or gather environment secrets.
Install Mechanism
No install spec is present (instruction-only skill with an included Python script). README suggests copying into the skills directory; there are no downloads, package installs, or archive extraction steps.
Credentials
The skill declares no required env vars, credentials, or config paths. The templates and script operate on local file output only (home directory by default), which is proportional to the stated function.
Persistence & Privilege
Flags are default (not always:true). The skill does not request persistent system-wide privileges or attempt to modify other skills. It will run only when invoked.
Assessment
This skill appears internally consistent and implements only template generation. Before installing or executing: (1) inspect review.py to confirm it only writes local Markdown files (look for os.path.expanduser and file write calls) and has no network calls or subprocess execution; (2) run it in a limited environment or sandbox first to verify output paths and permissions; (3) because it has no installer, follow the README's copy instructions and ensure the skill is invoked intentionally (avoid enabling autonomous invocation for any skill you haven't reviewed).

Like a lobster shell, security has layers — review code before you run it.

latestvk971dtef7kdk05x2mqzs6k6s1s84vfex

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments