home.social

#xapi — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #xapi, aggregated by home.social.

  1. ----------------

    🛠️ Tool
    ===================

    Opening: The reported change concerns the official X API and its practical viability for agent frameworks such as OpenClaw and Hermes. The author reports that two material changes were made by X; the only explicitly described item is a pricing adjustment for what is labeled as "owned reads." Prior to this change, reading an individual’s own feed via the API reportedly cost on the order of $1–2 per day for the author, a recurring operational cost that made continuous agent-based feed monitoring impractical.

    Key Details:
    • The vendor change specifically referenced is a pricing change applied to the metric denominated as owned reads.
    • The observable impact is a reduction in day-to-day API billing for agent instances that poll or stream a single owner’s feed.
    • The announcement indicates two separate changes for agent owners, but only the owned-reads pricing item is detailed in the source text.

    Technical implications:
    • Agent architectures that perform frequent read operations against a user timeline (polling, periodic snapshots, or read-heavy syncs) are the primary beneficiaries because their cost profile depends largely on read-unit billing.
    • Conceptually, an "owned read" pricing tier implies distinct accounting for reads tied to authenticated owner accounts versus general public data retrieval; this can materially alter economic feasibility for always-on personal agents.
    • Secondary considerations include potential shifts in how agents implement polling cadence, caching strategies, or aggregate batching of reads to optimize against any remaining per-read charges.

    Use cases:
    • Personal agent owners who maintain autonomous feed-based workflows (archiving, enrichment, downstream automation) will see lower operating expense if the owned-reads rate is reduced.
    • Tool maintainers for OpenClaw/Hermes can evaluate persistent monitoring features that were previously cost-prohibitive.

    Limitations & unknowns:
    • The source notes two major changes but discloses only the owned-reads pricing adjustment; the second change is unspecified in the available text.
    • Precise pricing tiers, rate limits, and any usage caps were not published in the quoted message and therefore cannot be detailed here.

    Conclusion: The reported pricing change for owned reads reduces a previously noted daily cost burden and improves the operational practicality of running OpenClaw/Hermes-style agents against the official X API. Further clarity on the second announced change and full billing/rate-limit documentation from X is required to assess long-term impacts.

    🔹 OpenClaw #Hermes #XAPI #agent #apibilling

    🔗 Source: x.com/KSimback/status/20461872

  2. ----------------

    🛠️ Tool
    ===================

    Opening: This repository implements a local MCP server that exposes the X API OpenAPI specification as discrete callable tools via a FastMCP adapter. The implementation intentionally omits streaming and webhook endpoints and focuses on synchronous REST-like tool invocation through an MCP interface.

    Key Features:
    • Exposes the full OpenAPI-derived tool surface for X API endpoints as individual tools that can be invoked by MCP clients.
    • Supports both OAuth1 consent flow and bearer token usage for API authentication; the startup OAuth1 behavior initiates a browser consent and stores tokens in memory for the server lifetime.
    • Provides an environment-driven filtering mechanism (X_API_TOOL_ALLOWLIST) to load a specific subset of tools at startup.
    • Optional test client integration for xAI/Grok model testing, configurable via XAI_API_KEY and MCP_SERVER_URL settings.

    Technical Implementation:
    • The server loads the X API OpenAPI specification and maps each operation to an MCP tool interface, exposing a single MCP endpoint (default http://127.0.0.1:8000/mcp).
    • Authentication paths include OAuth1 interactive consent and direct bearer token use; tokens are kept in memory and debug printing options are available via environment flags.
    • Tool allowlisting is applied during OpenAPI spec load at startup, requiring a restart to change which tools are exposed.

    Use Cases:
    • Local development and testing of LLM agents or MCP clients that need programmatic access to X API operations without direct HTTP handling.
    • Controlled environments where specific X API operations are exposed to downstream agents via a tool interface.
    • Integration testing with AI models (e.g., Grok) that exercise X API tool calls through an MCP endpoint.

    Limitations:
    • Streaming and webhook endpoints are excluded, so use cases requiring real-time or callback semantics are unsupported.
    • Tokens are volatile (in-memory) for the server lifecycle; long-term credential storage is not part of the design.
    • Allowlist changes require server restart because filtering is applied at OpenAPI load time.

    Additional Notes:
    • The repository documents a comprehensive list of available tool calls (e.g., createPosts, getDirectMessagesEvents, createMediaMetadata), which can be selectively exposed.

    🔹 tool #FastMCP #XAPI #OpenAPI #xAI

    🔗 Source: github.com/xdevplatform/xmcp

  3. Just in: X is expanding its closed beta for a pay-per-use API plan. Get ready for micro-transactions on your tweets, folks!

    How do you think this will impact developers building on the platform? #TechNews #API #DeveloperCommunity #XAPI
    techcrunch.com/2025/10/21/x-is

  4. New tool drop: DumpXList — a safe, no-plugin, no-scraping, free way to dump X list members.

    Just Bash + curl + jq. Handles rate limits, resumes from checkpoints, and even works on the free API (if you’re patient).

    👉 github.com/hmlatapie/DumpXList
    #opensource #bash #xapi

  5. X updates its developer agreement to ban third parties from using the X API or X Content for training or fine-tuning foundation or frontier AI models. #XAPI #AI #TechPolicy #DataPrivacy #MachineLearning #AIethics #SocialMedia #DeveloperNews

  6. X updates its developer agreement to ban third parties from using the X API or X Content for training or fine-tuning foundation or frontier AI models. #XAPI #AI #TechPolicy #DataPrivacy #MachineLearning #AIethics #SocialMedia #DeveloperNews

  7. X updates its developer agreement to ban third parties from using the X API or X Content for training or fine-tuning foundation or frontier AI models. #XAPI #AI #TechPolicy #DataPrivacy #MachineLearning #AIethics #SocialMedia #DeveloperNews

  8. X updates its developer agreement to ban third parties from using the X API or X Content for training or fine-tuning foundation or frontier AI models. #XAPI #AI #TechPolicy #DataPrivacy #MachineLearning #AIethics #SocialMedia #DeveloperNews

  9. [Перевод] Практическое руководство по Unity: Настраиваем xAPI-трекинг и размещаем WebGL-билд в LMS

    В этом практическом руководстве мы расскажем вам о том, как разместить WebGL‑билд Unity в системе управления обучением (LMS) с отслеживанием по xAPI. На сегодняшний день LMS‑платформы, такие как SCORM Cloud, являются самым популярным решением для доставки и отслеживания учебного материала в онлайне. Интегрировав xAPI в свой проект Unity, вы сможете отслеживать детальные взаимодействия с учащимися и отправлять эти данные в выбранную вами LMS. В этом руководстве мы используем в качестве примера SCORM Cloud, но эти шаги применимы к любой другой LMS‑платформе, совместимой с xAPI.

    habr.com/ru/companies/otus/art

    #unity #xapi #LMS #xAPIтрекинг

  10. [Перевод] Практическое руководство по Unity: Настраиваем xAPI-трекинг и размещаем WebGL-билд в LMS

    В этом практическом руководстве мы расскажем вам о том, как разместить WebGL‑билд Unity в системе управления обучением (LMS) с отслеживанием по xAPI. На сегодняшний день LMS‑платформы, такие как SCORM Cloud, являются самым популярным решением для доставки и отслеживания учебного материала в онлайне. Интегрировав xAPI в свой проект Unity, вы сможете отслеживать детальные взаимодействия с учащимися и отправлять эти данные в выбранную вами LMS. В этом руководстве мы используем в качестве примера SCORM Cloud, но эти шаги применимы к любой другой LMS‑платформе, совместимой с xAPI.

    habr.com/ru/companies/otus/art

    #unity #xapi #LMS #xAPIтрекинг

  11. [Перевод] Практическое руководство по Unity: Настраиваем xAPI-трекинг и размещаем WebGL-билд в LMS

    В этом практическом руководстве мы расскажем вам о том, как разместить WebGL‑билд Unity в системе управления обучением (LMS) с отслеживанием по xAPI. На сегодняшний день LMS‑платформы, такие как SCORM Cloud, являются самым популярным решением для доставки и отслеживания учебного материала в онлайне. Интегрировав xAPI в свой проект Unity, вы сможете отслеживать детальные взаимодействия с учащимися и отправлять эти данные в выбранную вами LMS. В этом руководстве мы используем в качестве примера SCORM Cloud, но эти шаги применимы к любой другой LMS‑платформе, совместимой с xAPI.

    habr.com/ru/companies/otus/art

    #unity #xapi #LMS #xAPIтрекинг

  12. [Перевод] Практическое руководство по Unity: Настраиваем xAPI-трекинг и размещаем WebGL-билд в LMS

    В этом практическом руководстве мы расскажем вам о том, как разместить WebGL‑билд Unity в системе управления обучением (LMS) с отслеживанием по xAPI. На сегодняшний день LMS‑платформы, такие как SCORM Cloud, являются самым популярным решением для доставки и отслеживания учебного материала в онлайне. Интегрировав xAPI в свой проект Unity, вы сможете отслеживать детальные взаимодействия с учащимися и отправлять эти данные в выбранную вами LMS. В этом руководстве мы используем в качестве примера SCORM Cloud, но эти шаги применимы к любой другой LMS‑платформе, совместимой с xAPI.

    habr.com/ru/companies/otus/art

    #unity #xapi #LMS #xAPIтрекинг

  13. I used to develop on the #XAPI but at some point #X concluded I was violating their agreement and suspended my account 😢 x.com/@mrhcjones

    RE: https://bsky.app/profile/did:plc:cak4klqoj3bqgk5rj6b4f5do/post/3l7pexamlfk2d

  14. I used to develop on the #XAPI but at some point #X concluded I was violating their agreement and suspended my account 😢 x.com/@mrhcjones

    RE: https://bsky.app/profile/did:plc:cak4klqoj3bqgk5rj6b4f5do/post/3l7pexamlfk2d

  15. I used to develop on the #XAPI but at some point #X concluded I was violating their agreement and suspended my account 😢 x.com/@mrhcjones

    RE: https://bsky.app/profile/did:plc:cak4klqoj3bqgk5rj6b4f5do/post/3l7pexamlfk2d

  16. Архитектура обучения будущего? Или краткий обзор Total Learning Architecture (TLA)

    Статья является некоторым продолжением моих статей по теме стандартов в области обучения персонала. Начнем с картинки на сайте группы ADL. И действительно, спецификация SCORM 2004v3 уже не поддерживается и значительная (если не все) доля отечественных компаний, использующих LMS/LXP системы типа Moodle/WebSoft/Mirapolis/iSpring и т.д. фактически находятся по мнению ADL где-то в левой части «Legacy».

    habr.com/ru/articles/853440/

    #TLA #xAPI #SCORM #LMS #LRS #Системы_обучения #lcontent

  17. Архитектура обучения будущего? Или краткий обзор Total Learning Architecture (TLA)

    Статья является некоторым продолжением моих статей по теме стандартов в области обучения персонала. Начнем с картинки на сайте группы ADL. И действительно, спецификация SCORM 2004v3 уже не поддерживается и значительная (если не все) доля отечественных компаний, использующих LMS/LXP системы типа Moodle/WebSoft/Mirapolis/iSpring и т.д. фактически находятся по мнению ADL где-то в левой части «Legacy».

    habr.com/ru/articles/853440/

    #TLA #xAPI #SCORM #LMS #LRS #Системы_обучения #lcontent

  18. Архитектура обучения будущего? Или краткий обзор Total Learning Architecture (TLA)

    Статья является некоторым продолжением моих статей по теме стандартов в области обучения персонала. Начнем с картинки на сайте группы ADL. И действительно, спецификация SCORM 2004v3 уже не поддерживается и значительная (если не все) доля отечественных компаний, использующих LMS/LXP системы типа Moodle/WebSoft/Mirapolis/iSpring и т.д. фактически находятся по мнению ADL где-то в левой части «Legacy».

    habr.com/ru/articles/853440/

    #TLA #xAPI #SCORM #LMS #LRS #Системы_обучения #lcontent

  19. Архитектура обучения будущего? Или краткий обзор Total Learning Architecture (TLA)

    Статья является некоторым продолжением моих статей по теме стандартов в области обучения персонала. Начнем с картинки на сайте группы ADL. И действительно, спецификация SCORM 2004v3 уже не поддерживается и значительная (если не все) доля отечественных компаний, использующих LMS/LXP системы типа Moodle/WebSoft/Mirapolis/iSpring и т.д. фактически находятся по мнению ADL где-то в левой части «Legacy».

    habr.com/ru/articles/853440/

    #TLA #xAPI #SCORM #LMS #LRS #Системы_обучения #lcontent

  20. I'm wondering what's truly new in the world of #elearning #authoringtools? We use #EvolveAuthoring, aware of the industry standard suites, but interested to learn about lesser known apps for creating responsive #html5 #SCORM #xAPI content.

    Please respond if you're using something unusual that you love.

    Please*don't* drive-by respond with a solution you haven't used yourself.

    #edtech #landd #training

  21. I'm wondering what's truly new in the world of #elearning #authoringtools? We use #EvolveAuthoring, aware of the industry standard suites, but interested to learn about lesser known apps for creating responsive #html5 #SCORM #xAPI content.

    Please respond if you're using something unusual that you love.

    Please*don't* drive-by respond with a solution you haven't used yourself.

    #edtech #landd #training

  22. I'm wondering what's truly new in the world of #elearning #authoringtools? We use #EvolveAuthoring, aware of the industry standard suites, but interested to learn about lesser known apps for creating responsive #html5 #SCORM #xAPI content.

    Please respond if you're using something unusual that you love.

    Please*don't* drive-by respond with a solution you haven't used yourself.

    #edtech #landd #training

  23. I'm wondering what's truly new in the world of #elearning #authoringtools? We use #EvolveAuthoring, aware of the industry standard suites, but interested to learn about lesser known apps for creating responsive #html5 #SCORM #xAPI content.

    Please respond if you're using something unusual that you love.

    Please*don't* drive-by respond with a solution you haven't used yourself.

    #edtech #landd #training

  24. Howdy @urbanists.social! #introductions

    I’m a cishet #autistic cubanx dad. Relocating back to Chicago from Philly after a decade.

    I party. I sing, play bass, keytar, drink coffee, rye (and Malort). I go to shows.

    I'm in HR for US National Archives; over the last two decades I was leading #eLearning #technology like #SCORM and #xAPI :)

    Talk to me about #career success, #autism and #neurodiversity and like *anything* that is #music.

    Has strong #StarWars opinions.

  25. Howdy @urbanists.social! #introductions

    I’m a cishet #autistic cubanx dad. Relocating back to Chicago from Philly after a decade.

    I party. I sing, play bass, keytar, drink coffee, rye (and Malort). I go to shows.

    I'm in HR for US National Archives; over the last two decades I was leading #eLearning #technology like #SCORM and #xAPI :)

    Talk to me about #career success, #autism and #neurodiversity and like *anything* that is #music.

    Has strong #StarWars opinions.

  26. Howdy @urbanists.social! #introductions

    I’m a cishet #autistic cubanx dad. Relocating back to Chicago from Philly after a decade.

    I party. I sing, play bass, keytar, drink coffee, rye (and Malort). I go to shows.

    I'm in HR for US National Archives; over the last two decades I was leading #eLearning #technology like #SCORM and #xAPI :)

    Talk to me about #career success, #autism and #neurodiversity and like *anything* that is #music.

    Has strong #StarWars opinions.

  27. Howdy @urbanists.social! #introductions

    I’m a cishet #autistic cubanx dad. Relocating back to Chicago from Philly after a decade.

    I party. I sing, play bass, keytar, drink coffee, rye (and Malort). I go to shows.

    I'm in HR for US National Archives; over the last two decades I was leading #eLearning #technology like #SCORM and #xAPI :)

    Talk to me about #career success, #autism and #neurodiversity and like *anything* that is #music.

    Has strong #StarWars opinions.

  28. Hey there, major re- #introductions

    I’m a cishet #autistic cubanx dad. Relocating to Chicago, but gonna be a lifelong Philly boy.

    I party. I sing, play bass, keytar, drink coffee, rye. I go to shows.

    I'm in HR for National Archives; over the last two decades I was leading #eLearning #technology like #SCORM and #xAPI :)

    Talk to me about #career success, #autism and #neurodiversity and like *anything* that is #music.

    Has strong #StarWars opinions

  29. Hey there, major re- #introductions

    I’m a cishet #autistic cubanx dad. Relocating to Chicago, but gonna be a lifelong Philly boy.

    I party. I sing, play bass, keytar, drink coffee, rye. I go to shows.

    I'm in HR for National Archives; over the last two decades I was leading #eLearning #technology like #SCORM and #xAPI :)

    Talk to me about #career success, #autism and #neurodiversity and like *anything* that is #music.

    Has strong #StarWars opinions

  30. Hey there, major re- #introductions

    I’m a cishet #autistic cubanx dad. Relocating to Chicago, but gonna be a lifelong Philly boy.

    I party. I sing, play bass, keytar, drink coffee, rye. I go to shows.

    I'm in HR for National Archives; over the last two decades I was leading #eLearning #technology like #SCORM and #xAPI :)

    Talk to me about #career success, #autism and #neurodiversity and like *anything* that is #music.

    Has strong #StarWars opinions

  31. Hey there, major re- #introductions

    I’m a cishet #autistic cubanx dad. Relocating to Chicago, but gonna be a lifelong Philly boy.

    I party. I sing, play bass, keytar, drink coffee, rye. I go to shows.

    I'm in HR for National Archives; over the last two decades I was leading #eLearning #technology like #SCORM and #xAPI :)

    Talk to me about #career success, #autism and #neurodiversity and like *anything* that is #music.

    Has strong #StarWars opinions

  32. Hey there, major re- #introductions

    I’m a cishet #autistic cubanx dad. Relocating to Chicago, but gonna be a lifelong Philly boy.

    I party. I sing, play bass, keytar, drink coffee, rye. I go to shows.

    I'm in HR for National Archives; over the last two decades I was leading #eLearning #technology like #SCORM and #xAPI :)

    Talk to me about #career success, #autism and #neurodiversity and like *anything* that is #music.

    Has strong #StarWars opinions

  33. @aaronesilvers Hi Aaron, I work in customer technical training and we are embarking on a journey of #xAPI for customer education. I see employee L&D case studies all the time, but I’ve not found any customer education case studies I can share with my stakeholders. Do you know of anyone using xAPI in this way?

  34. @aaronesilvers Hi Aaron, I work in customer technical training and we are embarking on a journey of #xAPI for customer education. I see employee L&D case studies all the time, but I’ve not found any customer education case studies I can share with my stakeholders. Do you know of anyone using xAPI in this way?

  35. @aaronesilvers Hi Aaron, I work in customer technical training and we are embarking on a journey of #xAPI for customer education. I see employee L&D case studies all the time, but I’ve not found any customer education case studies I can share with my stakeholders. Do you know of anyone using xAPI in this way?

  36. @aaronesilvers Hi Aaron, I work in customer technical training and we are embarking on a journey of #xAPI for customer education. I see employee L&D case studies all the time, but I’ve not found any customer education case studies I can share with my stakeholders. Do you know of anyone using xAPI in this way?

  37. @aaronesilvers Hi Aaron, I work in customer technical training and we are embarking on a journey of #xAPI for customer education. I see employee L&D case studies all the time, but I’ve not found any customer education case studies I can share with my stakeholders. Do you know of anyone using xAPI in this way?