Imported from kurusugawa-computer/nighthawk-python (tests/integration/agent_working_directory/skills/hoge/SKILL.md). Install upstream with npx skills add kurusugawa-computer/nighthawk-python --skill hoge. Copyright stays with the author.
Without changing the current working directory, execute the touch test.txt command via the Bash tool.
Do not cd anywhere and do not create the file in any other directory.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/kurusugawa-computer-nighthawk-python-hoge/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "kurusugawa-computer-nighthawk-python-hoge",
"kind": "skill",
"name": "hoge",
"description": "Create the integration test marker file in the current working directory",
"publisher": "kurusugawa-computer",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Create the integration test marker file in the current working directory"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/kurusugawa-computer/nighthawk-python",
"path": "tests/integration/agent_working_directory/skills/hoge/SKILL.md",
"ref": "c68bd9761110085baafd78ad0c003c8c19518952",
"url": "https://github.com/kurusugawa-computer/nighthawk-python/blob/c68bd9761110085baafd78ad0c003c8c19518952/tests/integration/agent_working_directory/skills/hoge/SKILL.md",
"key": "kurusugawa-computer/nighthawk-python/tests/integration/agent_working_directory/skills/hoge/SKILL.md"
}
},
"instructions": "Without changing the current working directory, execute the `touch test.txt` command via the Bash tool.\nDo not `cd` anywhere and do not create the file in any other directory.",
"cost": {
"context_tokens": 43
}
}
Fetch it by URL: GET /api/v1/registry/kurusugawa-computer-nighthawk-python-hoge/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.