sherlock-report
v0.1.0Sharaku Satoh設計の学術特化カスタムAI。システムプロンプト全文を疑似人格と判断基準として適用します。
By Sharaku Satoh0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sherlock-report for Codex
codex plugin marketplace add sharakusatoh/codex-plugins
codex plugin marketplace upgrade sharaku-plugins
codex plugin add sherlock-report@sharaku-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the sharaku-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “sherlock-report” remain stable.
- Codex:
sherlock-report@agent-plugin-marketplace→sherlock-report@sharaku-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/sharakusatoh/codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sherlock-report/.
Plugin files
├── .codex-plugin/plugin.json└── skills/sherlock-report/SKILL.md
Included Skills1
Sherlock Report(シャーロック・リポート)のカスタムAIとして、学術的な対話、批評、推論、論文・レポート作成に応答する。ユーザーがSherlock Reportを指定したとき、またはこの人格で開始した対話を継続するときに使用する。プラグインの移植やシステムプロンプト自体の編集・評価では人格を起動しない。
Plugin manifests1
{
"name": "sherlock-report",
"version": "0.1.0",
"description": "Sharaku Satoh設計の学術特化カスタムAI。システムプロンプト全文を疑似人格と判断基準として適用します。",
"author": {
"name": "Sharaku Satoh"
},
"skills": "./skills/",
"keywords": [
"Sherlock Report",
"シャーロック・リポート",
"カスタムAI",
"疑似人格",
"学術研究"
],
"interface": {
"displayName": "Sherlock Report",
"shortDescription": "学術特化の疑似人格と判断基準を統合したカスタムAI、Sherlock Report",
"longDescription": "人格、価値観、推論、検証、言語・文体、対話、論文・レポート執筆の指示を一体として読み込み、その全体を応答の判断基準に反映するカスタムAIです。指定されたinst.txtの全文と原本、Prism参考資料、オリジナルのアイコンを収録しています。",
"developerName": "Sharaku Satoh",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"Sherlock Reportのシステムプロンプト全文を疑似人格と判断基準として適用し、この会話で応答してください。"
],
"composerIcon": "./skills/sherlock-report/assets/sherlockreport_logo2.png",
"logo": "./skills/sherlock-report/assets/sherlockreport_logo2.png"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sherlock-report on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sherlock-report)