fing

Query and troubleshoot Fing Local API monitoring agents for local network device inventory, presence, online/offline state, people/presence where supported, and read-only homelab network checks. Use when Fing Desktop, Fing Agent, or Fingbox local API data is needed.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "fing" with this command: npx skills add naamah75/fing

Fing Local API

Use this skill for read-only Fing local monitoring data. Prefer summaries because device lists reveal private network inventory.

Helper

Use the bundled helper:

python3 skills/fing/scripts/fing_helper.py --help

Environment defaults:

  • FING_API_HOST — Fing agent host/IP, default localhost.
  • FING_API_PORT — default 49090.
  • FING_API_SCHEME — default http.
  • FING_API_KEY — API key.

The helper also loads .env from the current workspace directory.

Examples:

# Compact health/device summary
python3 skills/fing/scripts/fing_helper.py summary

# Device inventory summary
python3 skills/fing/scripts/fing_helper.py devices

# Raw API wrapper for debugging
python3 skills/fing/scripts/fing_helper.py devices --raw

# People/presence, Fing Desktop only
python3 skills/fing/scripts/fing_helper.py people

Workflow

  1. Start with summary to verify API reachability and device counts.
  2. Use devices for inventory, online/offline checks, or finding unknown devices.
  3. Use people only when Fing Desktop is expected; Fing Agent/Fingbox may return 503 for this endpoint.
  4. For proactive checks, alert only on actionable changes: API unreachable, auth failure, unexpectedly low/no visible devices, or important device state changes if Igor has defined watch targets.

API reference

Read references/api-summary.md when endpoint details, response fields, or error meanings matter.

Safety notes

  • Do not expose full MAC/IP/name inventories outside Igor's direct context.
  • Do not send detailed device lists proactively unless they indicate a real issue.
  • The documented API is local HTTP with API key in query string; avoid logging command lines or URLs containing the real key.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

X Posting — Automated Twitter/X Agent

Automate posting, replying, searching, and timeline reading on X (Twitter) using the bird CLI with configured Chrome profile and content strategy.

Registry SourceRecently Updated
Coding

Clio

Clio API integration with managed OAuth. This is a write-capable integration — it can read, create, update, and delete legal practice data including matters,...

Registry SourceRecently Updated
Coding

Gcalcli Calendar 3.0.0

Google Calendar via gcalcli: today-only agenda by default, bounded meaning-first lookup via agenda scans, and fast create/delete with verification--optimized...

Registry SourceRecently Updated
Coding

Ops Deck Lite

Lightweight agent productivity toolkit: semantic code search with embeddings and a categorized prompt library. Two services, ~200MB RAM, zero cloud dependenc...

Registry SourceRecently Updated