Initial commit: moreminimore-service content pipeline
- 9 mm* skills (orchestrator, article, social, publish, analytics) - 6 dependency skills (content-writer, geo-optimizer, etc.) - 3 analytics scripts (GSC, Google Ads, Meta Ads) - Config template + setup guide - SOUL-MM.md persona extension - OrbitOS integration reference
This commit is contained in:
47
config/clients-config.template.json
Normal file
47
config/clients-config.template.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"global": {
|
||||
"google": {
|
||||
"service_account_key": "~/.hermes/keys/google-service-account.json",
|
||||
"developer_token": "",
|
||||
"manager_account_id": ""
|
||||
},
|
||||
"meta": {
|
||||
"app_id": "",
|
||||
"app_secret": "",
|
||||
"system_user_token": ""
|
||||
}
|
||||
},
|
||||
"clients": [
|
||||
{
|
||||
"id": "example",
|
||||
"display_name": "Example Client",
|
||||
"contact": {
|
||||
"phone": "",
|
||||
"email": "",
|
||||
"line": "",
|
||||
"facebook_url": "",
|
||||
"website_url": "https://example.com",
|
||||
"address": "",
|
||||
"cta_text": ""
|
||||
},
|
||||
"website": {
|
||||
"type": "wordpress",
|
||||
"url": "https://example.com",
|
||||
"categories": [],
|
||||
"categories_cached_at": null
|
||||
},
|
||||
"social": {
|
||||
"facebook": { "page_id": "", "page_token": "" },
|
||||
"instagram": { "user_id": "", "token": "" },
|
||||
"x": { "username": "", "app": "" }
|
||||
},
|
||||
"social_platforms": ["facebook"],
|
||||
"analytics": {
|
||||
"gsc_property": "",
|
||||
"ga_property_id": "",
|
||||
"google_ads_customer_id": "",
|
||||
"meta_ad_account_id": ""
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user