File size: 1,561 Bytes
504b397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Agent Skill

OhMyCaptcha ships with reusable skills under `skills/`.

## Available skills

- `skills/ohmycaptcha/` — operate, deploy, validate, and integrate the service
- `skills/ohmycaptcha-image/` — create public-safe visuals for README, docs, and launch assets

## For humans

If your tool can read a local skill folder directly, copy one or both of these directories into your local skills directory:

```text
skills/ohmycaptcha/
skills/ohmycaptcha-image/
```

Then restart your tool if it caches skill metadata.

## Let an LLM do it

Paste this into any capable agent environment:

```text
Install the OhMyCaptcha skills from this repository and make them available in my local skills directory. Then show me how to use the operational skill for deployment and the image skill for generating README or docs visuals.
```

## What the operational skill does

The `ohmycaptcha` skill helps with:

- local startup
- environment setup
- YesCaptcha-style API usage
- flow2api integration
- Render deployment
- Hugging Face Spaces deployment
- task validation and troubleshooting

## What the image skill does

The `ohmycaptcha-image` skill helps with:

- README hero image prompts
- docs illustrations
- public-safe technical visuals
- architecture-themed artwork
- reusable image-generation prompts for agent workflows

## Design guarantees

These skills are designed to:

- use placeholder credentials only
- stay aligned with the implemented task types
- keep current limitations explicit
- avoid embedding secrets, private endpoints, or customer data