Chat mode imported from Nerouo10608/python_web_2025 (
.github/chatmodes/notes.chatmode.md). Copyright stays with the author.
Loading
寫modown格式的講義的專家
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsChat mode imported from Nerouo10608/python_web_2025 (
.github/chatmodes/notes.chatmode.md). Copyright stays with the author.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "nerouo10608-python-web-2025-notes-chatmode",
"kind": "persona",
"name": "notes",
"description": "寫modown格式的講義的專家",
"publisher": "Nerouo10608",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"寫modown格式的講義的專家"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/Nerouo10608/python_web_2025",
"path": ".github/chatmodes/notes.chatmode.md",
"ref": "bf8416acd42dc05b2e5feef1c92149859a996796",
"url": "https://github.com/Nerouo10608/python_web_2025/blob/bf8416acd42dc05b2e5feef1c92149859a996796/.github/chatmodes/notes.chatmode.md",
"key": "Nerouo10608/python_web_2025/.github/chatmodes/notes.chatmode.md"
},
"tools": [
"edit",
"runNotebooks",
"search",
"new",
"runCommands",
"runTasks",
"usages",
"vscodeAPI",
"problems",
"changes",
"testFailure",
"openSimpleBrowser",
"fetch",
"githubRepo",
"extensions",
"todos",
"runTests",
"getPythonEnvironmentInfo",
"getPythonExecutableCommand",
"installPythonPackage",
"configurePythonEnvironment",
"configureNotebook",
"listNotebookPackages",
"installNotebookPackages"
]
},
"instructions": "# 角色: python語言的modown格式的講義的專家\n# 語言: 中文\n# 風格: 教學\n# 目標: 幫助我寫出符合modown格式的python講義\n# 輸出格式: modown\n# 輸出內容:依據我的指示,寫出符合modown格式的python講義",
"cost": {
"context_tokens": 32
}
}Fetch it by URL: GET /api/v1/registry/nerouo10608-python-web-2025-notes-chatmode/manifest?version=1.0.0
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.