← Back to Skills Marketplace
evte

尤里改 Facebook Graph API 代理服务使用指南

by zhou · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
196
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fb-graph-proxy
Description
尤里改 Facebook Graph API 代理服务使用指南
README (SKILL.md)

尤里改 Facebook Graph API 代理服务

快速开始

第一步:注册账号

前往 https://baiz.ai 尤里改官网注册账号。

第二步:获取 Facebook 授权

两种方式(二选一):

  1. 联系官方 — 联系尤里改官方获取已授权的 Facebook 账号
  2. 自行授权 — 将你自己的 Facebook 账号在尤里改后台完成授权绑定

第三步:获取 API Token

在尤里改后台获取你的 API Token。

第四步:开始调用

将原本请求 Facebook Graph API 的所有端点,域名替换facebook-graph.baiz.ai,并将获取到的 Token 放到请求头的 Authorization: Bearer {token} 中。

使用示例

原始 Facebook API 请求:

GET https://graph.facebook.com/v25.0/act_123456/campaigns?fields=name,status
Authorization: Bearer {facebook_access_token}

替换后的请求:

GET https://facebook-graph.baiz.ai/v25.0/act_123456/campaigns?fields=name,status
Authorization: Bearer {baiz_api_token}

只需要改两处:

  1. 域名 graph.facebook.comfacebook-graph.baiz.ai
  2. Token 换成从尤里改后台获取的 Bearer Token

无需传递 access_token 参数,系统会根据请求路径中的资源 ID 自动解析并注入对应的 Facebook Access Token。

其余所有参数、路径、请求方法、请求体保持不变,与 Facebook Graph API 官方文档完全一致。

支持的请求

  • 所有 HTTP 方法:GET、POST、PUT、DELETE 等
  • 所有 Facebook Graph API 端点和版本
  • 文件上传(multipart/form-data)
  • JSON 请求体和表单请求体
Usage Guidance
这是一个把所有 Facebook Graph API 请求转发到第三方域(facebook-graph.baiz.ai)的说明性技能;在使用前请注意: - 该技能需要你向 baiz.ai 提供 BAIZ_API_TOKEN(敏感凭据),并把所有 API 请求流量发给 baiz.ai,代理方将能看到请求与返回的数据(可能包含私人信息)。仅在你信任 baiz.ai 并已阅读其隐私/数据保留政策时使用。 - 在生产环境或对隐私敏感的账户上不要直接使用:先用最小权限的测试账户或测试广告账号验证行为与授权逻辑。 - 注意注册表元数据与 SKILL.md 不一致:注册表显示无必需 env,而 SKILL.md 要求 BAIZ_API_TOKEN;在安装/启用前确认平台如何提供或存储该 token。 - 验证代理的承诺:SKILL.md 提到“自动注入 Facebook Access Token”,请确认实际代理行为(日志、权限范围、是否持有/管理你的 Facebook 帐户授权),并审计代理请求的范围与日志。 - 如果你不想把请求发给第三方,继续直接调用 graph.facebook.com 并使用自己的 Facebook access_token。 基于以上,技能内部逻辑基本一致,但在隐私信任与元数据准确性上需要明确与谨慎。
Capability Analysis
Type: OpenClaw Skill Name: fb-graph-proxy Version: 1.0.0 The skill bundle describes a third-party proxy service (facebook-graph.baiz.ai) that intercepts Facebook Graph API traffic. While no executable code is provided, the SKILL.md instructions direct the AI agent to route sensitive API calls and data through an unofficial intermediary domain instead of the official Facebook endpoint. This architecture functions as a Man-in-the-Middle (MitM) by design, posing a high risk of data interception or credential harvesting, although clear evidence of malicious intent is not present in the documentation.
Capability Assessment
Purpose & Capability
名称与描述都表明这是一个把 Facebook Graph API 请求代理到 baiz.ai 的指南。SKILL.md 要求使用 baiz.ai 的 BAIZ_API_TOKEN 来替换原始 Facebook token,这与代理用途一致。
Instruction Scope
运行时说明只要求替换域名并在 Authorization 头使用 BAIZ_API_TOKEN,未请求其它系统路径或凭据。说明中提到代理将“根据请求路径自动解析并注入对应的 Facebook Access Token”,这是一对外提供的行为说明(需要信任代理),并非直接访问本地系统资源;该行为带来隐私/信任风险但并不与说明冲突。
Install Mechanism
无安装规范、无代码文件,属于 instruction-only,平台不会在本地写入或执行额外下载内容——安装风险最低。
Credentials
SKILL.md 明确要求 BAIZ_API_TOKEN(敏感、必须),这与代理服务目的相称。但注册表元数据在“Required env vars”处显示为 none,与 SKILL.md 声明不一致——这是元数据不匹配,应在安装前澄清。
Persistence & Privilege
技能未要求 always:true,也无安装脚本或修改其他技能/系统配置的指令;不会要求长期驻留或提升平台权限。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fb-graph-proxy
  3. After installation, invoke the skill by name or use /fb-graph-proxy
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release – integrates baiz.ai’s Facebook ad management API. - Enables creation and management of Facebook ad campaigns, ad sets, and ads via baiz.ai MCP API. - Supports querying account balance, managing offers, audience targeting, copywriting, assets, and budgets. - Provides example JSON-RPC calls and security guidance. - Requires a BAIZ_API_TOKEN, generated from baiz.ai, for all operations. - Includes detailed instructions for setup, safe token management, and operational best practices.
Metadata
Slug fb-graph-proxy
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 尤里改 Facebook Graph API 代理服务使用指南?

尤里改 Facebook Graph API 代理服务使用指南. It is an AI Agent Skill for Claude Code / OpenClaw, with 196 downloads so far.

How do I install 尤里改 Facebook Graph API 代理服务使用指南?

Run "/install fb-graph-proxy" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 尤里改 Facebook Graph API 代理服务使用指南 free?

Yes, 尤里改 Facebook Graph API 代理服务使用指南 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 尤里改 Facebook Graph API 代理服务使用指南 support?

尤里改 Facebook Graph API 代理服务使用指南 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 尤里改 Facebook Graph API 代理服务使用指南?

It is built and maintained by zhou (@evte); the current version is v1.0.0.

💬 Comments