← Back to Skills Marketplace
ivangdavila

Prompting

by Iván · GitHub ↗ · v1.0.0
linuxdarwinwin32 ✓ Security Clean
609
Downloads
2
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install prompting
Description
Write, test, and iterate prompts for AI models with voice preservation, model-specific adaptation, and systematic failure analysis.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: prompting Version: 1.0.0 The skill bundle is designed to assist with prompt engineering, including managing user preferences, prompt patterns, and iteration history within the `~/prompting/` directory. It instructs the AI agent to read from and write to `~/prompting/memory.md` and `~/prompting/history.md`, which is directly aligned with its stated purpose. The `memory-template.md` file contains a `mkdir -p ~/prompting/patterns` command for directory setup, which is a benign file system operation. There is no evidence of data exfiltration, unauthorized remote execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent itself. The instructions for generating 'adversarial inputs' are for testing other AI models, not for malicious actions by the skill.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prompting
  3. After installation, invoke the skill by name or use /prompting
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug prompting
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Prompting?

Write, test, and iterate prompts for AI models with voice preservation, model-specific adaptation, and systematic failure analysis. It is an AI Agent Skill for Claude Code / OpenClaw, with 609 downloads so far.

How do I install Prompting?

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

Is Prompting free?

Yes, Prompting is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Prompting support?

Prompting is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Prompting?

It is built and maintained by Iván (@ivangdavila); the current version is v1.0.0.

💬 Comments