hitocall
v0.1.9御社のAIに、電話する人を。初期設定・依頼準備・通話結果の取得と改善をAIから。
By JapanMarketing合同会社0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 12, 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 hitocall for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add hitocall@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/JapanMarketing-Dev/hitocall-pluginClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/hitocall/SKILL.md└── .mcp.json
Included Skills1
ヒトコールで法人への電話を依頼するときに使う。会社・商材・営業リスト・台本の初期設定、見積り、委任予算内の注文・支払い、依頼の実行と停止、録音と構造化された結果の取得・改善を、顧客のAIから進める。
MCP servers1
- url
- https://isdgf6cmpc.execute-api.ap-northeast-1.amazonaws.com/mcp
Plugin manifests2
{
"name": "hitocall",
"version": "0.1.9",
"description": "御社のAIに、電話する人を。初期設定・依頼準備・通話結果の取得と改善をAIから。",
"author": {
"name": "JapanMarketing合同会社",
"url": "https://hitocall.com"
},
"homepage": "https://hitocall.com/docs",
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "ヒトコール",
"shortDescription": "御社のAIに、電話する人を。",
"longDescription": "御社のAIに、電話する人を。初期設定・依頼準備・通話結果の取得と改善をAIから。",
"developerName": "JapanMarketing合同会社",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://hitocall.com",
"privacyPolicyURL": "https://hitocall.com/legal/privacy",
"termsOfServiceURL": "https://hitocall.com/legal/terms",
"defaultPrompt": [
"ヒトコールの初期設定を進めて",
"この商材で法人への電話を1回から準備して",
"通話結果から次の台本を改善して"
]
}
}{
"name": "hitocall",
"version": "0.1.9",
"description": "御社のAIに、電話する人を。初期設定・依頼準備・通話結果の取得と改善をAIから。",
"author": {
"name": "JapanMarketing合同会社",
"url": "https://hitocall.com"
},
"homepage": "https://hitocall.com/docs",
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}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.
[hitocall on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hitocall)