Summary
backlinks-timeseries-summary Installation Command Prompt $ npx skills add https://github.com/finpeakinc/frevana-skills --skill backlinks-timeseries-summary
finpeakinc/frevana-skills
Use when the user wants external backlink/inbound-link, referring-domain, or authority metrics grouped over time for one target and date range.
npx skills add finpeakinc/frevana-skills --skill backlinks-timeseries-summary
backlinks-timeseries-summary Installation Command Prompt $ npx skills add https://github.com/finpeakinc/frevana-skills --skill backlinks-timeseries-summary
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Other skills from finpeakinc/frevana-skills · top by installs.
npx skills add finpeakinc/frevana-skills
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
master
Files included with this skill beyond the listing page.
SKILL.md
3,116 B
SUMMARY.md
179 B
Call Frevana's /service/backlinks/timeseries-summary endpoint and return the Backlinks API response unchanged.
This skill is for backlink, referring-domain, or authority metrics grouped over time for one target and date range.
Required input:
targetOutput:
This skill validates that the response is JSON and returns it unchanged. Do not rewrite or reshape the returned data unless the user explicitly asks for a transformation.
FREVANA_TOKEN in the environment variables, or an explicit --token override for the current runcurlbashpython3curl commands.FREVANA_TOKEN first.FREVANA_TOKEN is missing, the script may prompt for it.FREVANA_TOKEN or pass --token explicitly../out/ by default.bash <skill-path>/scripts/get_backlinks_timeseries_summary.sh --target frevana.com --date-from 2026-06-01 --date-to 2026-07-01
bash <skill-path>/scripts/get_backlinks_timeseries_summary.sh --target frevana.com --date-from 2026-06-01 --date-to 2026-07-01 \
--output ./out/backlinks-timeseries-summary-result.json
Frevana endpoint:
POST /service/backlinks/timeseries-summary
Supported request fields for this API:
target, datefrom, dateto, grouprange, includesubdomains, rank_scale, tag
The script only sends fields supported by this API. Do not pass unsupported fields. Do not pass API keys, output paths, or request metadata in the payload; Frevana handles server-side details.
The API returns JSON. This skill validates the response as JSON and returns it unchanged.
./out/backlinks-timeseries-summary-<UTC timestamp>-<pid>.json--output: the same JSON is written to the specified file path instead--filters-json, --backlinks-filters-json, --custom-mode-json, --targets-json, or --exclude-targets-json for structured values--targets, --exclude-targets, and --order-by accept comma-separated valuestrue, false, 1, 0, yes, no, on, or off