Facebook Get Profile Posts API

v1.0.0

Call GET /api/facebook/get-profile-posts/v1 for Facebook Get Profile Posts through JustOneAPI with profileId.

0· 37·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for justoneapi/justoneapi-facebook-get-profile-posts.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Facebook Get Profile Posts API" (justoneapi/justoneapi-facebook-get-profile-posts) from ClawHub.
Skill page: https://clawhub.ai/justoneapi/justoneapi-facebook-get-profile-posts
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: JUST_ONE_API_TOKEN
Required binaries: node
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install justoneapi-facebook-get-profile-posts

ClawHub CLI

Package manager switcher

npx clawhub@latest install justoneapi-facebook-get-profile-posts
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description, required binary (node), and required env var (JUST_ONE_API_TOKEN) align with a small wrapper that calls JustOneAPI's GET /api/facebook/get-profile-posts/v1. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and bin/run.mjs only collect the operation name, profileId/cursor params, and the JUST_ONE_API_TOKEN token passed via --token. The script only performs an HTTPS request to api.justoneapi.com and emits the JSON response to stdout. Note: the token is sent as a query parameter per the operation definition, which can be logged by servers or intermediaries—this is an API design detail rather than unexpected behavior of the skill.
Install Mechanism
There is no install spec (instruction-only), which is low risk. The package does include a runnable JS file (bin/run.mjs) that is executed via node. That is expected for this kind of skill and does not introduce hidden downloads or remote code execution beyond the explicit API call.
Credentials
The single required environment variable is JUST_ONE_API_TOKEN (declared as primary credential) which is appropriate and necessary for authenticating to JustOneAPI. No other secrets or unrelated env vars are requested.
Persistence & Privilege
The skill does not request always:true, does not modify other skills, and has no install-time persistence or system-wide configuration changes. Autonomous invocation is allowed by default but not combined with any broad/hidden privileges.
Assessment
This skill appears to do exactly what it says: it runs a small Node script that calls JustOneAPI's GET /api/facebook/get-profile-posts/v1 using JUST_ONE_API_TOKEN and the provided profileId. Before installing, confirm you trust JustOneAPI and are comfortable with the token being used as a query parameter (query tokens can appear in server logs). Ensure Node is up-to-date, keep your JUST_ONE_API_TOKEN secret, and consider rotating the token if you share it. If you need extra assurance, review bin/run.mjs yourself (it is short and readable) to verify no other network endpoints or local files are accessed.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

Binsnode
EnvJUST_ONE_API_TOKEN
Primary envJUST_ONE_API_TOKEN
latestvk97b9g8rwytk1y5yjp5qvs60ys85np1s
37downloads
0stars
1versions
Updated 1d ago
v1.0.0
MIT-0

Facebook Get Profile Posts

Use this focused JustOneAPI skill for get Profile Posts in Facebook. It targets GET /api/facebook/get-profile-posts/v1. Required non-token inputs are profileId. OpenAPI describes it as: Get public posts from a specific Facebook profile using its profile ID.

Endpoint Scope

  • Platform key: facebook
  • Endpoint key: get-profile-posts
  • Platform family: Facebook
  • Skill slug: justoneapi-facebook-get-profile-posts
OperationVersionMethodPathOpenAPI summary
getProfilePostsV1v1GET/api/facebook/get-profile-posts/v1Get Profile Posts

Inputs

ParameterInRequired byOptional byTypeNotes
cursorqueryn/aallstringPagination cursor for fetching the next set of results
profileIdqueryalln/astringThe unique Facebook profile ID

Request body: none documented; send parameters through path or query arguments.

Version Choice

Use getProfilePostsV1 for the documented v1 endpoint. There are no alternate versions grouped in this skill.

Run This Endpoint

Supported operation IDs in this skill: getProfilePostsV1.

node {baseDir}/bin/run.mjs --operation "getProfilePostsV1" --token "$JUST_ONE_API_TOKEN" --params-json '{"profileId":"<profileId>"}'

Ask for any missing required parameter before calling the helper. Keep user-provided IDs, cursors, keywords, and filters unchanged.

Environment

  • Required: JUST_ONE_API_TOKEN
  • Pass the token with --token "$JUST_ONE_API_TOKEN"; do not paste token values into chat messages, screenshots, or logs.
  • Get a token from Just One API Dashboard.
  • Authentication details: Just One API Usage Guide.

Output Focus

  • State the operation ID and endpoint path used, for example getProfilePostsV1 on /api/facebook/get-profile-posts/v1.
  • Echo the required lookup scope (profileId) before summarizing results.
  • Prioritize fields that support this endpoint purpose: Get public posts from a specific Facebook profile using its profile ID.
  • Return raw JSON only after the short, endpoint-specific summary.
  • If the backend errors, include the backend payload and the exact operation ID.

Comments

Loading comments...