Coding

Huo15 Marketingforce Website

Try it

通过 CMS API 管理和编辑迈富时(T云/MarketingForce)网站内容。全功能覆盖:文章管理、 产品管理、分类标签、短视频管理、推荐管理、营销互动/询盘、资源库、网站设置、SEO功能、 蜘蛛分析、导航主题、插件管理、多语言、AI工具、系统管理等 20+ 模块 354 个 API 端点。 当用户说"编...

What it does

全功能管理 MarketingForce T云建站平台网站,通过 CMS API 操作 20+ 模块 354 个端点。

The skill document

T云建站技能 (MarketingForce Website Editor)

全功能管理 MarketingForce T云建站平台网站,通过 CMS API 操作 20+ 模块 354 个端点。

Authentication

Two tokens required as headers on every request:

HeaderSource
X-TokenBrowser DevTools → Cookies → .71360.comX-Token
admin-tokenBrowser DevTools → Cookies → .marketingforce.comadmin_token (format: token_)

Tokens expire. If API returns 401, ask user to re-login at https://console.marketingforce.com/login/login.

Quick Start

python3 scripts/mf_client.py test           # Verify tokens
python3 scripts/mf_client.py sites          # List websites
python3 scripts/mf_client.py articles       # List articles
python3 scripts/mf_client.py article 103    # Article detail
python3 scripts/mf_client.py categories     # Article categories
python3 scripts/mf_client.py products       # List products
python3 scripts/mf_client.py product-cats   # Product categories
python3 scripts/mf_client.py videos         # Short videos
python3 scripts/mf_client.py inquiries      # Inquiry messages
python3 scripts/mf_client.py seo-keywords   # SEO keywords
python3 scripts/mf_client.py spider         # Spider analytics
python3 scripts/mf_client.py navigation     # Nav menu
python3 scripts/mf_client.py site-config    # Site config
python3 scripts/mf_client.py dashboard      # Home dashboard
python3 scripts/mf_client.py plugins        # Plugin settings
python3 scripts/mf_client.py templates      # Site templates
python3 scripts/mf_client.py images         # Image library
python3 scripts/mf_client.py anchors        # Anchor points
python3 scripts/mf_client.py system-logs    # System logs

API Base URLs

ServiceBase URL
CMShttps://api.71360.com/api/app/site-admin-api/admin_cms
Site Adminhttps://api.71360.com/api/app/site-admin-api/admin
Site/BPFhttps://api.71360.com/api/app/obor-nginx-php/tweb
Consolehttps://api.71360.com/api/app/aggregateservice-web/api
Pluginshttps://api.71360.com/api/app/site-admin-api/plugin
AIhttps://api.71360.com/api/app/site-admin-api/admin_ai
Filehttps://api.71360.com/api/app/site-admin-api/file

Module Reference

1. Article Management (文章管理)

Base: /admin_cms/article

MethodPathDescription
GET/article/getlist?type=1&rows=10&page=1&disabled=falseList articles
GET/article/edit?id=Get article detail (data.info)
POST/article/saveCreate/update article
POST/article/removeDelete article
POST/article/reductionRestore deleted
POST/article/upDownBatchBatch publish/unpublish
POST/article/setNodownloadSet no-download flag
GET/article/getLastAuthorGet last author
POST/article/importFromGoodsImport from product

Article fields: id, category_id, title, summary, content(HTML), img, author, type(1=article), sort, disabled, status(1=published,0=draft), seo_title, seo_keywords, seo_description, tag_ids

2. Article Categories (admin_cms/category)

MethodPathDescription
GET/category/getlist?type=1List categories
GET/category/edit?id=Category detail
POST/category/saveCreate/update
POST/category/saveAllBatch save
POST/category/removeDelete

3. Tags (admin_cms/Tag)

MethodPathDescription
GET/Tag/getListList tags
GET/Tag/selTagSelect tags
POST/Tag/saveSave tag
POST/Tag/removeDelete
POST/Tag/saveTagInfoSave tag info
POST/Tag/saveTagShowToggle show
POST/Tag/tagSortSort tags

4. Product Management (产品管理)

Base: /admin_cms/goods, /admin_cms/goodsType, /admin_cms/goodsTab

MethodPathDescription
GET/goods/getlist?type=2&rows=10&page=1&disabled=falseList products
GET/goods/edit?id=Product detail (data.info)
POST/goods/saveCreate/update
POST/goods/removeDelete
POST/goods/reductionRestore
POST/goods/upDownBatchBatch publish
POST/goods/uploadPackageBulk import
GET/goodsType/getlist?type=2List product categories
GET/goodsType/edit?id=Category detail
POST/goodsType/saveCreate/update
POST/goodsType/removeDelete
GET/goodsTab/getlist?type=2List product tags
GET/goodsTab/getAttrListGet attributes
POST/goodsTab/saveSave tag
POST/goodsTab/removeDelete

Product fields: id, type_id, name, summary, content(HTML), img, price_sell, brand, origin, unit, sort, disabled, tag_ids, p_5~p_40(custom fields)

5. Short Video Management (短视频管理)

Base: /admin_cms/DyVideo, /admin/DyVideoUser

MethodPathDescription
GET/DyVideo/sVideoList?rows=10&page=1List short videos
POST/DyVideo/saveSvideoSave video
POST/DyVideo/removeVideoDelete video
GET/DyVideo/getMbSaveSvideoQrCodeGet QR code
GET/dyVideo/svideoStatusVideo status
GET/dyVideo/adminWebVideoInfoWeb video info
GET/DyVideoUser/getUserListList Douyin users
GET/DyVideoUser/getFansListFans list
POST/DyVideoUser/removeUserRemove user

6. Recommendation Management (推荐管理)

Base: /admin/keyword, /admin_cms/AnchorPoint

MethodPathDescription
GET/keyword/list?rows=10&page=1List keywords
GET/keyword/selTagSelect tags
POST/keyword/saveSave keyword
POST/keyword/removeDelete keyword
POST/keyword/sortSort keywords
POST/keyword/relationContentRelate to content
GET/AnchorPoint/anchorList?rows=10&page=1List anchor points
POST/AnchorPoint/addAnchorAdd anchor
POST/AnchorPoint/editAnchorEdit anchor
POST/AnchorPoint/delAnchorDelete anchor
POST/AnchorPoint/useAnchorEnable/disable

7. Marketing/Forms (营销互动/询盘管理)

Base: /admin/form

MethodPathDescription
GET/form/getlist?rows=10&page=1List forms
GET/form/getRow?id=Form detail
POST/form/saveSave form config
POST/form/setFieldSet form fields
POST/form/removeFormDelete form
GET/form/msglist?rows=10&page=1List form messages
GET/form/msglist2?rows=10&page=1Messages (alt)
GET/form/msgCountMessage statistics
POST/form/readMsgMark as read
POST/form/removeMsgDelete message
GET/form/msgExportExport messages
GET/form/xyslistXYS form list
GET/form/xysMsglistXYS messages
POST/form/xysSaveSave XYS form

8. Resource Library (资源库)

Base: /admin/image, /admin_cms/album, /file

MethodPathDescription
GET/image?rows=10&page=1List images
GET/image/dirTreeDirectory tree
POST/image/mkdirCreate folder
POST/image/imageUploadUpload image
POST/image/moveMove image
POST/image/removeDelete
GET/album/getlist?rows=10&page=1List albums
GET/album/getRow?id=Album detail
POST/album/saveSave album
POST/album/removeDelete album
GET/file/cos/authGet COS upload auth
POST/file/uploadUpload file

9. Site Settings (网站设置)

Base: /admin/SysConfig, /admin/Sysconfig, /admin/navigation, /admin/theme

MethodPathDescription
GET/SysConfig/siteConfigSite config (title, ico, keywords, verify)
POST/SysConfig/setBaseConfigUpdate config
GET/SysConfig/seoParamsSEO parameters
GET/SysConfig/seoTkdTKD settings
GET/SysConfig/mailConfigMail config
GET/SysConfig/mailTemplateListMail templates
GET/Sysconfig/getCustomerServiceCustomer service config
POST/Sysconfig/setCustomerServiceUpdate CS config
GET/Sysconfig/botConfigBot config
GET/navigationNavigation menu
POST/navigation/createCreate nav item
POST/navigation/updateUpdate nav
POST/navigation/saveNavSave full nav
GET/themeCurrent theme
GET/theme/mbListMobile themes
POST/theme/chooseThemeSwitch theme
GET/menu/getlistPage menu list

10. SEO Functions (SEO功能)

Base: /admin/Words, /admin/seoExtract, /admin/SiteScore

MethodPathDescription
GET/Words/keyWordsAll keywords
GET/Words/wordsList?rows=10&page=1Paginated keywords
GET/Words/wordsNumKeyword stats
GET/Words/forbiddenWordsForbidden words
POST/Words/saveWordsSave keyword
POST/Words/removeWordsDelete keyword
POST/Words/intoWordsImport keywords
GET/seoExtract/titleExtract SEO title
GET/seoExtract/keywordsExtract keywords
GET/seoExtract/descriptionExtract description
GET/SiteScore/statusScore status
GET/SiteScore/evaluateSite evaluation

11. Spider Analytics (蜘蛛分析)

Base: /admin/Spider

MethodPathDescription
GET/Spider/hotTopHot pages (top 10)
GET/Spider/trendDataTrend data
GET/Spider/trendDataAverageAverage (yesterday, 30 days)
GET/spider/getTopTop pages

12. Dashboard (首页概况)

Base: /admin/home

MethodPathDescription
GET/home/siteSettingStateSetup completion
GET/home/statisticsContent stats
GET/home/taskListTask overview
GET/home/siteDiagSite diagnostic
POST/home/refreshConfRefresh cache
POST/home/allClearCatchClear cache

13. Plugins (插件管理)

Base: /plugin

MethodPathDescription
GET/POST/floatvideo/get|setFloating video
GET/POST/floatphonebottom/get|setFloating phone menu
GET/POST/baidushare/get|setBaidu share
GET/POST/bizqq/get|setqqBusiness QQ
GET/POST/location/get|setLocation
GET/POST/xiongzhang/get|setXiongzhang
GET/POST/ByteDanceVerify/get|setByteDance verify

14. Multi-Language, User Center, AI, System

See references/reference.md for complete API list of:

  • Multi-language (/admin/language, /admin/SyncData)
  • User center (/admin/ucenterConfig, /admin/ucenterMember)
  • AI functions (/admin_ai, /admin_cms/AiExtract)
  • System (/admin/System - logs, backups)
  • Templates (/tweb/pub/tplist - 968+ templates)
  • Statistics (/tweb/statistic)

Token Storage

scripts/.env (gitignored, not committed):

MF_X_TOKEN=
MF_ADMIN_TOKEN=token_

Safety Rules

  • Always backup content before editing
  • Be idempotent: search before create
  • Preview before publish: set status: 0 (draft) first
  • Don't delete without confirmation — prefer disabled: "true"
  • Sanitize user-provided HTML

Additional Resources

  • For complete 354-endpoint API reference, see references/reference.md

Related skills

Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.

by nssa.io1.0k installs47 stars

Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.

by johnpatternai21 installs8 stars

Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.

by Iván854 installs69 stars

Stores durable facts in a categorized, plain-markdown vault on disk, alongside your agent's built-in memory.

by Iván555 installs18 stars

Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.

by fly0pants4.3k installs296 stars

More from zhaobod1

Browse all skills

Generate enterprise Word and native PDF documents across 39 format presets, with 7 contract subtypes.

by zhaobod149 installs

Bootstrap a fresh OpenClaw workspace with a guided 4-step setup that writes five identity and preference files.

by zhaobod130 installs

Adds Claude Code-style agent experience to OpenClaw without modifying the host.

by zhaobod144 installs

麻省理工学院48小时学习法技能(青岛火一五信息科技有限公司)。完整还原 Ihtesham Ali 原始三问框架 + 反馈循环 + 完整 48h 三阶段时间线,叠加网上最佳实践(synthesis / contradictions / gaps / Feynman teach-back / weakness ana...

by zhaobod133 installs2 stars

通过火山方舟Ark API调用Seedance 2.0生成第一人称带货短视频,v2 新增剧本驱动的配音(edge-tts/火山TTS)、背景音乐自动混音、字幕烧录,内置 8 套人设模板(传统女、时尚主播、老中医、厨房主妇、美妆博主、健身教练、户外探店、数码博主)。触发词:生成视频、带货视频、产品视频、拍视频、剧本...

by zhaobod126 installs1 stars

规范 + 时尚的思维导图生成。输入 Markdown 大纲 / JSON / OPML / XMind,输出 XMind 2021+ (.xmind)、OPML、FreeMind (.mm)、Markdown、PNG、PDF、SVG;内置 13 种风格(modern / classic / dark / xiao...

by zhaobod136 installs