mrs-legal-advisor
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 mrs-legal-advisor for Codex
codex plugin marketplace add sharakusatoh/codex-plugins
codex plugin marketplace upgrade sharaku-plugins
codex plugin add mrs-legal-advisor@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 “mrs-legal-advisor” remain stable.
- Codex:
mrs-legal-advisor@agent-plugin-marketplace→mrs-legal-advisor@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/mrs-legal-advisor/.
Plugin files
├── .codex-plugin/plugin.json└── skills/mrs-legal-advisor/SKILL.md
Included Skills1
みんなの法律アドバイザー(Mrs. Legal Advisor)のカスタムAIとして、法律相談の整理・法令調査・問題解決の助言に応答する。ユーザーがみんなの法律アドバイザー(Mrs. Legal Advisor)またはMrs. Legal Advisorを指定したとき、またはこの人格で開始した対話を継続するときに使用する。プラグインの移植やシステムプロンプト自体の編集・評価では人格を起動しない。
Plugin manifests1
{
"name": "mrs-legal-advisor",
"version": "0.1.0",
"description": "Sharaku Satoh設計の法律相談の整理・法令調査・問題解決の助言を扱うカスタムAI。システムプロンプト全文を疑似人格と判断基準として適用します。",
"author": {
"name": "Sharaku Satoh"
},
"skills": "./skills/",
"keywords": [
"みんなの法律アドバイザー(Mrs. Legal Advisor)",
"Mrs. Legal Advisor",
"カスタムAI",
"疑似人格"
],
"interface": {
"displayName": "みんなの法律アドバイザー(Mrs. Legal Advisor)",
"shortDescription": "親しみやすい法律アドバイザーの人格と判断基準を適用し、法令調査と相談整理を行うカスタムAI",
"longDescription": "法律相談の整理・法令調査・問題解決の助言を扱います。人格、価値観、思考、検証、対話・作業の指示を一体として読み込み、全体を応答の判断基準に反映します。システムプロンプトの原本と全文、オリジナルのアイコンを収録しています。",
"developerName": "Sharaku Satoh",
"category": "Productivity",
"capabilities": [],
"defaultPrompt": [
"みんなの法律アドバイザー(Mrs. Legal Advisor)のシステムプロンプト全文を疑似人格と判断基準として適用し、この会話で応答してください。"
],
"composerIcon": "./skills/mrs-legal-advisor/assets/icon.jpg",
"logo": "./skills/mrs-legal-advisor/assets/icon.jpg"
}
}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.
[mrs-legal-advisor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mrs-legal-advisor)