japan-business-operations

Japan Operations OS — Verified knowledge across 10 domains for AI agents operating in the Japanese market. Regulations, protocols, calendar, regional, foreign entry, travel, entertainment, and persistent memory.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "japan-business-operations" with this command: npx skills add hiroshic9-png/japan-business-operations

Japan Business Operations — EDITION Intelligence Platform

Your always-on knowledge layer for operating in the Japanese market.

Description

EDITION is a Japan Operations OS that gives your agent verified, structured knowledge across 10 domains essential for doing anything in Japan — from opening a restaurant in Osaka to navigating corporate gift-giving etiquette. Think of it as "Japan's instruction manual" in API form.

No API key required during Free Beta.

When to Use

Use this skill whenever your task involves Japan:

  • Starting a business in Japan — regulations, licenses, incorporation steps
  • Navigating compliance — 10 industries covered (food, real estate, finance, healthcare, IT, education, construction, logistics, retail, manufacturing)
  • Business meetings & etiquette — nemawashi, ringi, hourensou, meishi exchange, seating order, gift-giving
  • Hiring or managing in Japan — organizational hierarchies, payment customs, contract practices
  • Foreign market entry — visa, banking, real estate, tax registration (step-by-step)
  • Planning travel or events — transport, accommodation, dining customs, seasonal festivals
  • Fan culture & entertainment — oshi-katsu, anime pilgrimage, live event etiquette
  • Calendar-sensitive decisions — fiscal year timing, holiday impacts, administrative deadlines
  • Regional strategy — differences between Tokyo, Osaka, Nagoya, Fukuoka business cultures

API Base URL

https://api.edition.sh

Authentication

Authorization: Bearer edition_dev_key_for_testing

Free Beta — no registration required.

Core Tools

1. Cross-Domain Search (Most Powerful)

Search all 10 knowledge domains simultaneously with a single query.

curl -X POST https://api.edition.sh/api/v1/search \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "opening a restaurant in Osaka"}'

Returns matches across regulation, protocol, calendar, regional, organization, foreign-entry, travel, and entertainment domains with confidence scores.

2. Regulation Check

curl -X POST https://api.edition.sh/api/v1/regulation/check \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"action": "open a restaurant in Tokyo", "entity_type": "foreign_company"}'

3. Business Protocol

curl -X POST https://api.edition.sh/api/v1/protocol/check \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "business card exchange"}'

4. Foreign Market Entry

curl -X POST https://api.edition.sh/api/v1/foreign-entry/check \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "how to get a management visa"}'

5. Calendar Intelligence

curl -X POST https://api.edition.sh/api/v1/calendar/check \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "best time to start a business in Japan"}'

6. Travel & Entertainment

curl -X POST https://api.edition.sh/api/v1/travel/search \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "ryokan etiquette"}'

7. Persistent Memory

# Store
curl -X POST https://api.edition.sh/api/v1/memory/episodes \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"content": "Met with Tanaka-bucho. He prefers informal meetings.", "auto_extract": true}'

# Recall
curl -X POST https://api.edition.sh/api/v1/memory/episodes/search \
  -H "Authorization: Bearer edition_dev_key_for_testing" \
  -H "Content-Type: application/json" \
  -d '{"query": "what does Tanaka prefer"}'

MCP Server

For direct MCP integration (23 tools):

npx -y edition-mcp-server

Or add to your MCP config:

{
  "edition": {
    "command": "npx",
    "args": ["-y", "edition-mcp-server"]
  }
}

All Available Endpoints

DomainEndpointMethod
Search/api/v1/searchPOST
Regulation/api/v1/regulation/checkPOST
Regulation/api/v1/regulation/industriesGET
Regulation/api/v1/regulation/touristGET
Protocol/api/v1/protocol/checkPOST
Protocol/api/v1/protocol/listGET
Calendar/api/v1/calendar/checkPOST
Calendar/api/v1/calendar/listGET
Regional/api/v1/regional/checkPOST
Regional/api/v1/regional/listGET
Organization/api/v1/organization/checkPOST
Organization/api/v1/organization/listGET
Foreign Entry/api/v1/foreign-entry/checkPOST
Foreign Entry/api/v1/foreign-entry/listGET
Travel/api/v1/travel/searchPOST
Travel/api/v1/travel/listGET
Entertainment/api/v1/entertainment/searchPOST
Entertainment/api/v1/entertainment/listGET
Memory/api/v1/memory/episodesPOST
Memory/api/v1/memory/episodes/searchPOST
Memory/api/v1/memory/factsGET
Memory/api/v1/memory/contextGET
Memory/api/v1/memory/extractPOST

Links

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Aura for OpenClaw

Compile multi-format documents into local queryable knowledge bases and manage persistent AI memory tiers using Aura Core with zero network requests.

Registry SourceRecently Updated
8903Profile unavailable
Research

Lightweight Knowledge Base

轻量级知识库与任务管理体系。结构化 JSON + MD 混合存储,支持用户画像、任务节奏、知识索引、每日自动进化。适用于中小规模记忆管理。

Registry SourceRecently Updated
1.6K3Profile unavailable
Research

UUMuse Brain

Access, search, manage, and retrieve information from your UUMuse uploaded documents, knowledge bases, and long-term memory across sessions.

Registry SourceRecently Updated
690Profile unavailable
Research

Memory Vector v2.1 (多层知识库)

提供基于BGE-M3模型的自动日志蒸馏生成向量记忆,并支持语义相似度搜索与核心记忆自动更新功能。

Registry SourceRecently Updated
2980Profile unavailable