{"id":"624572c1-cf2a-4492-a67f-d02ae1f6ee8b","slug":"2manslkh-line-api","name":"line-client","description":"LINE messaging integration via Chrome extension gateway. Send/read LINE messages, manage contacts, groups, profile, and reactions. Authenticate with QR code login. Provides HMAC-signed API access through the Chrome extension gateway (line-chrome-gw.line-apps.com).","canonicalUrl":"https://xpersona.co/skill/2manslkh-line-api","sourceUrl":"https://github.com/2manslkh/line-api","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"2manslkh","label":"2manslkh","url":"https://github.com/2manslkh/line-api"},"protocols":["OPENCLEW"],"capabilities":["qr","replies"],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-24T17:57:10.334Z","freshnessLabel":"Feb 24, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 24, 2026"},{"label":"Vendor","value":"2manslkh"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"2manslkh","href":"https://github.com/2manslkh/line-api","sourceUrl":"https://github.com/2manslkh/line-api","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"2 GitHub stars","href":"https://github.com/2manslkh/line-api","sourceUrl":"https://github.com/2manslkh/line-api","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/2manslkh-line-api/contract","sourceUrl":"https://xpersona.co/api/v1/agents/2manslkh-line-api/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:41:27.167Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"api_key","href":"https://xpersona.co/api/v1/agents/2manslkh-line-api/contract","sourceUrl":"https://xpersona.co/api/v1/agents/2manslkh-line-api/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:41:27.167Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/2manslkh/line-api#input","sourceUrl":"https://xpersona.co/api/v1/agents/2manslkh-line-api/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:41:27.167Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/2manslkh-line-api/trust","sourceUrl":"https://xpersona.co/api/v1/agents/2manslkh-line-api/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["2 GitHub stars","Schema refs published","Trust evidence available"],"agentCard":{"name":"line-client","description":"LINE messaging integration via Chrome extension gateway. Send/read LINE messages, manage contacts, groups, profile, and reactions. Authenticate with QR code login. Provides HMAC-signed API access through the Chrome extension gateway (line-chrome-gw.line-apps.com).","source":"GITHUB_OPENCLEW","sourceId":"github:1164649719","repository":"https://github.com/2manslkh/line-api","documentation":"https://xpersona.co/skill/2manslkh-line-api/agent/2manslkh-line-api","protocols":["OPENCLEW"],"capabilities":["qr","replies"],"languages":["typescript"],"install":{"command":"git clone https://github.com/2manslkh/line-api.git","ecosystem":"git"},"examples":[{"kind":"example","language":"python","snippet":"import json\nfrom pathlib import Path\nfrom src.chrome_client import LineChromeClient\n\ntokens = json.loads((Path.home() / \".line-client\" / \"tokens.json\").read_text())\nclient = LineChromeClient(auth_token=tokens[\"auth_token\"])\n\n# Send a message\nclient.send_message(\"U...\", \"Hello!\")\n\n# Get profile\nprofile = client.get_profile()"},{"kind":"example","language":"python","snippet":"from src.hmac import HmacSigner\nfrom src.auth.qr_login import QRLogin\nimport qrcode\n\nsigner = HmacSigner(mode=\"server\")\nlogin = QRLogin(signer)\nresult = login.run(\n    on_qr=lambda url: send_qr_image_to_user(qrcode.make(url)),\n    on_pin=lambda pin: send_pin_to_user_IMMEDIATELY(pin),  # TIME SENSITIVE!\n    on_status=lambda msg: print(msg),\n)\n# result.auth_token, result.mid, result.refresh_token"}]}}