Prompting

v1.0.0

Write, test, and iterate prompts for AI models with voice preservation, model-specific adaptation, and systematic failure analysis.

2· 562·0 current·0 all-time
byIván@ivangdavila
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, and shipped documentation all describe prompt authoring, iteration, failure analysis, and model adaptation. The files and SKILL.md instruct only about prompt templates, history, memory, model quirks, and iteration workflow—consistent with the stated purpose.
Instruction Scope
Runtime instructions read from and write to ~/prompting/ (memory.md, history.md, patterns/). That is expected for a prompting assistant, but it means the skill will persist user voice samples, prompt history, and corrections on disk. There are no instructions to read system config, credentials, or external endpoints.
Install Mechanism
No install spec and no code files are present (instruction-only). This minimizes risk because nothing is downloaded or executed by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths outside ~/prompting. The requested persistence location is directly related to the skill's function.
Persistence & Privilege
The skill asks to persist user preferences, voice samples, and prompt history under the user's home directory. It does not request 'always:true' or elevated privileges, but persistent storage of potentially sensitive writing samples and prompts is a privacy consideration.
Assessment
This skill appears coherent for prompt engineering. Before installing: (1) Be aware it will store prompt memory, sample texts, and history in ~/prompting — avoid putting secrets or confidential data into those files. (2) Review and periodically prune or encrypt ~/prompting if it will contain sensitive voice samples or proprietary prompts. (3) Set restrictive file permissions (chmod 600) if you want to limit access. (4) If you do not want the agent to persist voice or history, either decline to create those files or use a disposable directory. (5) Because the skill can be invoked by the agent, consider disabling autonomous invocation if you don't want automatic reads/writes of ~/prompting without explicit consent.

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

latestvk9746mvm74fc669pp1kbpcx15s8194k2

License

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

Runtime requirements

💬 Clawdis
OSLinux · macOS · Windows

Comments