my-skill skillA
my-skill is agent-read markdown (skill) from initializ/forge: One-line description of what this skill does.
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# My Skill
Brief description of the skill's purpose, capabilities, and intended audience.
## Authentication
Describe how credentials are obtained and configured.
```bash
export MY_API_KEY="your-key-here"
```
## Quick Start
### Script-backed execution
Place executable scripts in `scripts/`. The tool name maps to the script:
underscores in the tool name become hyphens in the filename.
Example: tool `my_search` → `scripts/my-search.sh`
```bash
./scripts/my-search.sh '{"query": "hello"}'
```
### Binary-backed execution
If the skill delegates to a compiled binary instead, delete the `scripts/`
directory entirely and document the binary in `requires.bins` above.
## Tool: my_tool
Short description of what this tool does.
**Input:**
| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| query | string | yes | The search query |
| max_results | integer | no | Maximum results (1-20). Default: 5 |
**Output:** JSON object with `results` array of `{title, url, content, score}`.
### Response Format
```json
{
"results": [
{
"title": "Example",
"url": "https://example.com",
"content": "Relevant snippet...",
…Read the whole file at its exact version.
How to install
mdr add initializ/forge/my-skill@git:20260304.ef09c7bmdr add initializ/forge/my-skill@sha256:7d388492cb930ca6Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_3bezxt5wbdzpmje4)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260304.ef09c7b latest | 2026-03-04 | ef09c7b | 2,406 B | A | view · diff |
| git:20260302.698f268 | 2026-03-02 | 698f268 | 2,320 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (2406 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
initializ/forge · 221 stars · license Apache-2.0 · pushed 2026-09-24 · branch main
API
GET https://markdownregistry.com/api/v1/artifacts/art_3bezxt5wbdzpmje4 GET https://markdownregistry.com/api/v1/resolve?ref=initializ/forge/my-skill GET https://markdownregistry.com/api/v1/blob/7d388492cb930ca6a2bfa19d0a4b6f4d99867d5fff918211decd04c325d13463
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.